summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/docker/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/reporting/docker/nginx.conf')
-rw-r--r--utils/test/reporting/docker/nginx.conf2
1 files changed, 1 insertions, 1 deletions
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/ {