From 589602cdb07425697f03ca5f78eb453f0655f8fe Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 Jul 2018 08:26:40 -0700 Subject: [PATCH] Add note --- setup/start/nginx/appconfig.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/start/nginx/appconfig.ejs b/setup/start/nginx/appconfig.ejs index 2bd18abdc..07c8b9658 100644 --- a/setup/start/nginx/appconfig.ejs +++ b/setup/start/nginx/appconfig.ejs @@ -160,6 +160,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; # client_max_body_size 1m;