From 73a0953627705540b4ef2124a0be5926395eabd1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Apr 2009 20:14:05 +0000 Subject: [PATCH] Give munin access to some statistics. --- config/nginx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } } } -- 2.43.2