roles/nginx: Don't cache 404 errors in munin config

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-03-09 13:32:09 +03:00
parent 41f055306f
commit 2b02d94254
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
server {
listen localhost:80;
log_not_found off;
location /nginx_status {
stub_status on;
access_log off;