From 2b02d94254dd01bee1564c5096f3b3ec2c2384e1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 9 Mar 2015 13:32:09 +0300 Subject: [PATCH] roles/nginx: Don't cache 404 errors in munin config Signed-off-by: Alan Orth --- roles/nginx/files/munin.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/nginx/files/munin.conf b/roles/nginx/files/munin.conf index 91dfb90..bcba2a3 100644 --- a/roles/nginx/files/munin.conf +++ b/roles/nginx/files/munin.conf @@ -2,6 +2,8 @@ server { listen localhost:80; + log_not_found off; + location /nginx_status { stub_status on; access_log off;