X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fnginx.conf;h=95baf0e488d91d229006da86ed0cc30a121576c3;hb=7815bb5f470e717ff42c1ee5a18286fd74dd42c9;hp=ced8179c1d37bc0bf85dadcc277a6a5abc0a83f7;hpb=9b51caad5c0f30a7e8f9828024b548d457ae4128;p=releng.git 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/ {