diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-22 06:30:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-22 06:30:13 +0000 |
commit | be9abc71a8954ff16931b2fe5d535bc583513f46 (patch) | |
tree | 615c3c3f52da45775b4d5da5660c2a3f0eb73174 | |
parent | ed004174483feab0bff358a5e7222e80af09d87a (diff) | |
parent | d223f5dc8c6074206456b2b609519fa8188a6f7c (diff) |
Merge "Bugfix: Change http_pass to proxy_pass"
-rw-r--r-- | utils/test/reporting/docker/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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/ { |