Added proxying URL to head node

Change-Id: I7382d9050a586b5292f1045baf396a2a80319861
diff --git a/roles/head-prologue/files/cord-http.conf b/roles/head-prologue/files/cord-http.conf
index e629c0c..07b5c3f 100644
--- a/roles/head-prologue/files/cord-http.conf
+++ b/roles/head-prologue/files/cord-http.conf
@@ -30,12 +30,16 @@
     # Map the various XOS roots to the XOS instance
     ProxyPass /xos http://xos:8888
     ProxyPass /xos/ http://xos:8888/
+    ProxyPass /api http://xos:8888/api/
     ProxyPass /api/ http://xos:8888/api/
+    ProxyPass /login http://xos:8888/login
     ProxyPass /admin/ http://xos:8888/admin/
     ProxyPass /static/ http://xos:8888/static/
     ProxyPass /loggedin/ http://xos:8888/loggedin/
     ProxyPass /serviceGrid/ http://xos:8888/serviceGrid/
-
+  
+    # Setting XOS as default entry point
+    ProxyPass / http://xos:8888
 </IfModule>
 
 <IfModule rewrite_module>