From: Morgan Richomme Date: Fri, 22 Sep 2017 06:30:13 +0000 (+0000) Subject: Merge "Bugfix: Change http_pass to proxy_pass" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=be9abc71a8954ff16931b2fe5d535bc583513f46;hp=ed004174483feab0bff358a5e7222e80af09d87a;p=releng.git Merge "Bugfix: Change http_pass to proxy_pass" --- diff --git a/utils/test/reporting/docker/nginx.conf b/utils/test/reporting/docker/nginx.conf index 95baf0e48..66bd7e497 100644 --- a/utils/test/reporting/docker/nginx.conf +++ b/utils/test/reporting/docker/nginx.conf @@ -15,7 +15,7 @@ server { } location /api/ { - http_pass http://backends/; + proxy_pass http://backends/; } location /display/ {