Make graphite dashboard appear again

This commit is contained in:
Girish Ramakrishnan
2019-08-11 22:21:55 -07:00
parent 1b26e86365
commit 07f6351465
2 changed files with 3 additions and 3 deletions

View File

@@ -163,9 +163,9 @@ server {
client_max_body_size 0;
}
# graphite paths (uncomment block below and visit /graphite/index.html)
# graphite paths (uncomment block below and visit /graphite-web/dashboard)
# remember to comment out the CSP policy as well to access the graphite dashboard
# location ~ ^/(graphite|content|metrics|dashboard|render|browser|composer)/ {
# location ~ ^/graphite-web/ {
# proxy_pass http://127.0.0.1:8417;
# client_max_body_size 1m;
# }