diff options
Diffstat (limited to 'docker-compose/nginx.conf')
-rw-r--r-- | docker-compose/nginx.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose/nginx.conf b/docker-compose/nginx.conf index b7933ac..6771358 100644 --- a/docker-compose/nginx.conf +++ b/docker-compose/nginx.conf @@ -20,6 +20,11 @@ http { proxy_set_header Host $host:$proxy_port; } + location /graphite/ { + proxy_pass http://storperf:8000; + proxy_set_header Host $host:$proxy_port; + } + location /swagger/ { if ($containsurl = 0) { return 302 $scheme://$host:$server_port$uri?url=http://$host:$server_port/api/spec.json$args; |