collectd: remove nginx status collection

we don't use this at all
This commit is contained in:
Girish Ramakrishnan
2020-09-23 16:09:44 -07:00
parent 7b04817874
commit eb47476c83
2 changed files with 3 additions and 42 deletions

View File

@@ -15,16 +15,8 @@ server {
<% if (vhost) { -%>
server_name <%= vhost %>;
<% } else { -%>
# IP based access from collectd or initial cloudron setup. TODO: match the IPv6 address
# IP based access for initial cloudron setup. TODO: match the IPv6 address
server_name "~^\d+\.\d+\.\d+\.\d+$";
# collectd
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}
<% } -%>
# acme challenges (for cert renewal where the vhost config exists)