Merge "fuel-deploy.sh: Fix unbound variable for stable/E"
[releng.git] / utils / test / reporting / docker / nginx.conf
index 95baf0e..66bd7e4 100644 (file)
@@ -15,7 +15,7 @@ server {
     }
 
     location /api/ {
-        http_pass http://backends/;
+        proxy_pass http://backends/;
     }
 
     location /display/ {