roles/nginx: Add index to munin vhost

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-05 15:47:14 +03:00
parent 7956a1c6f6
commit fd9c6f31cb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ server {
location /munin/ {
alias /var/cache/munin/www/;
index index.html
expires modified +310s;
}
}