Disable unused monitoring collectors

This commit is contained in:
2023-12-12 14:55:48 +01:00
parent ef9f204237
commit add2bee896
2 changed files with 0 additions and 30 deletions

View File

@@ -159,18 +159,6 @@
proxyWebsockets = true;
};
};
"/nginx_status/" = {
listen = [{
addr = "127.0.0.1";
port = 8282;
}];
extraConfig = ''
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
'';
};
"nightscout.coolneng.duckdns.org" = {
enableACME = true;
forceSSL = true;