X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fnginx.conf;h=66bd7e497781dda5a6d9c92fff796a09844700ec;hb=c8ba060756ea33769b536d6ecef74a53c96db8fb;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..66bd7e497 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/ { + proxy_pass http://backends/; } location /display/ {