diff options
Diffstat (limited to 'utils/test/reporting/docker/nginx.conf')
-rw-r--r-- | utils/test/reporting/docker/nginx.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/test/reporting/docker/nginx.conf b/utils/test/reporting/docker/nginx.conf index 9e2697248..95baf0e48 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/ { + http_pass http://backends/; } location /display/ { - alias /home/opnfv/utils/test/reporting/display/; + alias /home/opnfv/releng/utils/test/reporting/display/; } } |