roles/nginx: Add index to munin vhost
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
7956a1c6f6
commit
fd9c6f31cb
@ -16,6 +16,7 @@ server {
|
|||||||
|
|
||||||
location /munin/ {
|
location /munin/ {
|
||||||
alias /var/cache/munin/www/;
|
alias /var/cache/munin/www/;
|
||||||
|
index index.html
|
||||||
expires modified +310s;
|
expires modified +310s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user