roles/nginx: Don't cache 404 errors in munin config
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
41f055306f
commit
2b02d94254
@ -2,6 +2,8 @@
|
||||
server {
|
||||
listen localhost:80;
|
||||
|
||||
log_not_found off;
|
||||
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
|
Loading…
Reference in New Issue
Block a user