summaryrefslogtreecommitdiffstats
path: root/reporting/docker/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/docker/nginx.conf')
-rw-r--r--reporting/docker/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/reporting/docker/nginx.conf b/reporting/docker/nginx.conf
index ced8179..95baf0e 100644
--- a/reporting/docker/nginx.conf
+++ b/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/ {