Netdata disabled by default
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user