diff --git a/config/nginx.conf b/config/nginx.conf index a78e1dc70..3fdf72f1a 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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; + } } }