Move out graphite from port 8000

Port 8000 is used by esxi management service (!)
This commit is contained in:
Girish Ramakrishnan
2018-11-16 19:23:09 -08:00
parent ebb053b900
commit 1b1945e1f5
5 changed files with 6 additions and 5 deletions

View File

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