Merge "fuel-deploy.sh: Fix unbound variable for stable/E"
[releng.git] / utils / test / reporting / docker / nginx.conf
index 9e26972..66bd7e4 100644 (file)
@@ -11,14 +11,14 @@ server {
     server_name localhost;
 
     location / {
-        proxy_pass http://backends;
+        alias /home/opnfv/releng/utils/test/reporting/pages/dist/;
     }
 
-    location /reporting/ {
-        alias /home/opnfv/utils/test/reporting/pages/dist/;
+    location /api/ {
+        proxy_pass http://backends/;
     }
 
     location /display/ {
-        alias /home/opnfv/utils/test/reporting/display/;
+        alias /home/opnfv/releng/utils/test/reporting/display/;
     }
 }