summaryrefslogtreecommitdiffstats
path: root/docker/storperf-httpfrontend/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/storperf-httpfrontend/nginx.conf')
-rw-r--r--docker/storperf-httpfrontend/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-httpfrontend/nginx.conf b/docker/storperf-httpfrontend/nginx.conf
index ef9fe82..7f3ddd7 100644
--- a/docker/storperf-httpfrontend/nginx.conf
+++ b/docker/storperf-httpfrontend/nginx.conf
@@ -21,7 +21,7 @@ http {
}
location /graphite/ {
- proxy_pass http://storperf-master:8000;
+ proxy_pass http://storperf-graphite:8080;
proxy_set_header Host $host:$proxy_port;
}