nginxconfig: fix graphite IP

This commit is contained in:
Girish Ramakrishnan
2025-05-20 18:55:57 +02:00
parent 64cb966683
commit 3428b95672

View File

@@ -270,7 +270,7 @@ server {
# graphite paths (uncomment block below and visit /graphite-web/)
# remember to comment out the CSP policy as well to access the graphite dashboard
# location ~ ^/graphite-web/ {
# proxy_pass http://172.18.0.6:8000;
# proxy_pass http://172.18.30.5:8000;
# client_max_body_size 1m;
# }