From fd9c6f31cbeb5720f6fc6ee6199a92ac0837cd39 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Oct 2014 15:47:14 +0300 Subject: [PATCH] roles/nginx: Add index to munin vhost Signed-off-by: Alan Orth --- roles/nginx/files/munin.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nginx/files/munin.conf b/roles/nginx/files/munin.conf index 46941fb..91dfb90 100644 --- a/roles/nginx/files/munin.conf +++ b/roles/nginx/files/munin.conf @@ -16,6 +16,7 @@ server { location /munin/ { alias /var/cache/munin/www/; + index index.html expires modified +310s; } }