xos is now on port 8888
Change-Id: Ic895d1f1b8633de7b1cd9fd61c989ac15cb038c9
diff --git a/roles/head-prologue/files/cord-http.conf b/roles/head-prologue/files/cord-http.conf
index e3ba9d8..ba2b1f8 100644
--- a/roles/head-prologue/files/cord-http.conf
+++ b/roles/head-prologue/files/cord-http.conf
@@ -28,13 +28,13 @@
</Location>
# Map the various XOS roots to the XOS instance
- ProxyPass /xos http://xos:80
- ProxyPass /xos/ http://xos:80/
- ProxyPass /api/ http://xos:80/api/
- ProxyPass /admin/ http://xos:80/admin/
- ProxyPass /static/ http://xos:80/static/
- ProxyPass /loggedin/ http://xos:80/loggedin/
- ProxyPass /serviceGrid/ http://xos:80/serviceGrid/
+ ProxyPass /xos http://xos:8888
+ ProxyPass /xos/ http://xos:8888/
+ ProxyPass /api/ http://xos:8888/api/
+ ProxyPass /admin/ http://xos:8888/admin/
+ ProxyPass /static/ http://xos:8888/static/
+ ProxyPass /loggedin/ http://xos:8888/loggedin/
+ ProxyPass /serviceGrid/ http://xos:8888/serviceGrid/
</IfModule>