Merge "Bugfix: Change http_pass to proxy_pass"
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Sep 2017 06:30:13 +0000 (06:30 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 22 Sep 2017 06:30:13 +0000 (06:30 +0000)
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/ {