summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-22 06:30:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-22 06:30:13 +0000
commitbe9abc71a8954ff16931b2fe5d535bc583513f46 (patch)
tree615c3c3f52da45775b4d5da5660c2a3f0eb73174 /utils
parented004174483feab0bff358a5e7222e80af09d87a (diff)
parentd223f5dc8c6074206456b2b609519fa8188a6f7c (diff)
Merge "Bugfix: Change http_pass to proxy_pass"
Diffstat (limited to 'utils')
-rw-r--r--utils/test/reporting/docker/nginx.conf2
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/ {