summaryrefslogtreecommitdiffstats
path: root/reporting
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
commit7f2f6965e1f48922f89373eedbd6ae3049e83015 (patch)
tree7479cfe395cd4e3eb23e9240d5bd36d778c4af8b /reporting
parent23c1135cd1e956a6251c94477cbf1e67e99e44eb (diff)
parent068c29760cabd51533b8382eb5955d75174c7672 (diff)
Merge "Bugfix: Change http_pass to proxy_pass"
Diffstat (limited to 'reporting')
-rw-r--r--reporting/docker/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/docker/nginx.conf b/reporting/docker/nginx.conf
index 95baf0e..66bd7e4 100644
--- a/reporting/docker/nginx.conf
+++ b/reporting/docker/nginx.conf
@@ -15,7 +15,7 @@ server {
}
location /api/ {
- http_pass http://backends/;
+ proxy_pass http://backends/;
}
location /display/ {