Netdata disabled by default

This commit is contained in:
bprieshof
2019-10-04 14:27:52 +02:00
parent f09269f688
commit d22cf6309c

View File

@@ -9,7 +9,7 @@ server {
} }
location ~ /backend/netdata/(?<ndpath>.*) { location ~ /backend/netdata/(?<ndpath>.*) {
#deny all; #enables/disables Netdata deny all; #enables/disables Netdata
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Host $host;