X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fnginx.conf;h=66bd7e497781dda5a6d9c92fff796a09844700ec;hb=af0996b10798f9b648c098d3afc5c3d999b7e235;hp=9e26972480e91cbc537bce87e8c2daa0716bd899;hpb=c12d2acd95269363db527bae50b16cd77fb00351;p=releng.git diff --git a/utils/test/reporting/docker/nginx.conf b/utils/test/reporting/docker/nginx.conf index 9e2697248..66bd7e497 100644 --- a/utils/test/reporting/docker/nginx.conf +++ b/utils/test/reporting/docker/nginx.conf @@ -11,14 +11,14 @@ server { server_name localhost; location / { - proxy_pass http://backends; + alias /home/opnfv/releng/utils/test/reporting/pages/dist/; } - location /reporting/ { - alias /home/opnfv/utils/test/reporting/pages/dist/; + location /api/ { + proxy_pass http://backends/; } location /display/ { - alias /home/opnfv/utils/test/reporting/display/; + alias /home/opnfv/releng/utils/test/reporting/display/; } }