X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fnginx.conf;h=66bd7e497781dda5a6d9c92fff796a09844700ec;hb=af0996b10798f9b648c098d3afc5c3d999b7e235;hp=95baf0e488d91d229006da86ed0cc30a121576c3;hpb=1e071cdf92857ed6c419da49a332ab477c833ae7;p=releng.git diff --git a/utils/test/reporting/docker/nginx.conf b/utils/test/reporting/docker/nginx.conf index 95baf0e48..66bd7e497 100644 --- a/utils/test/reporting/docker/nginx.conf +++ b/utils/test/reporting/docker/nginx.conf @@ -15,7 +15,7 @@ server { } location /api/ { - http_pass http://backends/; + proxy_pass http://backends/; } location /display/ {