WIP [CORD-1140] serving GUI under /xos

Change-Id: I8095355f8f437899ce1d0ee31ff333254bfa8a7d
diff --git a/conf/webpack-dist.conf.js b/conf/webpack-dist.conf.js
index eafbd55..3375a7a 100644
--- a/conf/webpack-dist.conf.js
+++ b/conf/webpack-dist.conf.js
@@ -71,13 +71,13 @@
       jQuery: "jquery"
     }),
     new BaseHrefWebpackPlugin({
-      baseHref: '/spa/'
+      baseHref: '/xos/'
     }),
   ],
   postcss: () => [autoprefixer],
   output: {
     path: path.join(process.cwd(), conf.paths.dist),
-    publicPath: "/spa/", // enable apache proxying on the head node
+    publicPath: "/xos/", // enable apache proxying on the head node
     filename: '[name].js'
   },
   resolve: {