summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-09-20 08:41:08 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-09-20 08:41:08 +0000
commitd223f5dc8c6074206456b2b609519fa8188a6f7c (patch)
tree5152a69590b3f7919ffc8bdc486d1134e137a684 /utils
parentf63348da4724977846b27e4a59e125c16ce7faf1 (diff)
Bugfix: Change http_pass to proxy_pass
http_pass is wrong for nginx, we need to change it to proxy_pass Change-Id: Ib679b36a4a139c02647564719e1cfc49a9f376a2 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
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/ {