summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/docker/nginx.conf
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-11 08:29:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 08:29:57 +0000
commitb584f4d1b522b2dc62b664c5dca33e121a2efab2 (patch)
tree93681fd021077257e9a23741fd92f73c6ee01fc1 /utils/test/reporting/docker/nginx.conf
parentc4dbd3450cb914c2b1e6bf4ba66a220082cfec09 (diff)
parentf53cb19a64711f600a562242222b6e52a974d956 (diff)
Merge "Change nginx configuration"
Diffstat (limited to 'utils/test/reporting/docker/nginx.conf')
-rw-r--r--utils/test/reporting/docker/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/reporting/docker/nginx.conf b/utils/test/reporting/docker/nginx.conf
index ced8179c1..95baf0e48 100644
--- a/utils/test/reporting/docker/nginx.conf
+++ b/utils/test/reporting/docker/nginx.conf
@@ -11,11 +11,11 @@ server {
server_name localhost;
location / {
- proxy_pass http://backends;
+ alias /home/opnfv/releng/utils/test/reporting/pages/dist/;
}
- location /reporting/ {
- alias /home/opnfv/releng/utils/test/reporting/pages/dist/;
+ location /api/ {
+ http_pass http://backends/;
}
location /display/ {