[CORD-1127] Rename GUI containers

Change-Id: Id51802851c2725b45ce9aca6bc607438e615a8ef
diff --git a/roles/apache-proxy/files/cord-http.conf b/roles/apache-proxy/files/cord-http.conf
index d8393b1..2feb788 100644
--- a/roles/apache-proxy/files/cord-http.conf
+++ b/roles/apache-proxy/files/cord-http.conf
@@ -33,14 +33,14 @@
     </Location>
 
     # Cord SPA and rest-gw
-    ProxyPass /spa http://xos-spa-gui:4000
-    ProxyPass /spa/socket.io http://xos-rest-gw:3000/socket.io
-    ProxyPass /socket.io http://xos-rest-gw:3000/socket.io
+    ProxyPass /spa http://xos-gui:4000
+    ProxyPass /spa/socket.io http://xos-ws:3000/socket.io
+    ProxyPass /socket.io http://xos-ws:3000/socket.io
     <Location /socket.io>
         RewriteEngine on
         RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
         RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
-        RewriteRule .* ws://xos-rest-gw:3000%{REQUEST_URI} [P]
+        RewriteRule .* ws://xos-ws:3000%{REQUEST_URI} [P]
     </Location>
     
     # Map the various XOS roots to the XOS instance