Give munin access to some statistics.

This commit is contained in:
Tom Hughes 2009-04-20 20:14:05 +00:00
parent df8cd4a7b2
commit 73a0953627

View file

@ -228,5 +228,13 @@ http {
text/x-cross-domain-policy xml;
}
}
# Give munin access to some statistics
location /server-status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}
}
}