17:6d75ac2150cc default tip
Anton Shestakov <av6@dwimlabs.net>, Tue, 02 Jan 2018 17:58:55 +0800
update munin plugin

previous change 16:c639338d47a0

roles/nginx/files/etc/nginx/sites-available/nginx_status

Permissions: -rw-r--r--

Other formats: Feeds:
server {
server_name localhost;
listen 127.0.0.1:80;
listen [::1]:80;
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
allow ::1;
deny all;
}
}