[SEBA-139] Fixing GUI navigation

Change-Id: I3d089324faf2a23ddadaa28c89712fca740f3d08
diff --git a/conf/webpack-dist.conf.js b/conf/webpack-dist.conf.js
index ba79816..d206557 100644
--- a/conf/webpack-dist.conf.js
+++ b/conf/webpack-dist.conf.js
@@ -88,13 +88,13 @@
       jQuery: "jquery"
     }),
     new BaseHrefWebpackPlugin({
-      baseHref: '/xos/'
+      baseHref: '/'
     }),
   ],
   postcss: () => [autoprefixer],
   output: {
     path: path.join(process.cwd(), conf.paths.dist),
-    publicPath: "/xos/", // enable apache proxying on the head node
+    publicPath: "/", // enable apache proxying on the head node
     filename: '[name].js'
   },
   resolve: {
diff --git a/nginx.conf b/nginx.conf
index d2d7f78..781495d 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -11,12 +11,6 @@
        index  index.html index.htm;
     }
 
-    # Redirect for FE config
-
-    location /xos/ {
-        rewrite ^/xos/(.*)$ /$1;
-    }
-
     location /xosapi/ {
         proxy_pass      http://xos-chameleon:9101;
     }
diff --git a/package.json b/package.json
index b381765..fa6c756 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "version": "1.0.1",
+  "version": "1.0.2-dev",
   "dependencies": {
     "angular": "1.6.3",
     "angular-animate": "1.6.3",