diff options
Diffstat (limited to 'docker/storperf-httpfrontend/nginx.conf')
-rw-r--r-- | docker/storperf-httpfrontend/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-httpfrontend/nginx.conf b/docker/storperf-httpfrontend/nginx.conf index d655aee..ef9fe82 100644 --- a/docker/storperf-httpfrontend/nginx.conf +++ b/docker/storperf-httpfrontend/nginx.conf @@ -26,7 +26,7 @@ http { } location /reporting/ { - proxy_pass http://storperf-reporting:5000/; + proxy_pass http://storperf-reporting:5000; proxy_set_header Host $host:$proxy_port; } |