dd
This commit is contained in:
parent
58b0ef97ab
commit
d709523ac8
1 changed files with 19 additions and 16 deletions
|
@ -1,7 +1,10 @@
|
|||
<VirtualHost *:80>
|
||||
|
||||
ServerName {{ munin_servername }}
|
||||
|
||||
# Redirect requests without /munin to /munin
|
||||
RedirectMatch ^/$ /munin/
|
||||
|
||||
# Existing configuration for serving /munin
|
||||
Alias /munin /var/cache/munin/www
|
||||
<Directory /var/cache/munin/www>
|
||||
Require all granted
|
||||
|
|
Loading…
Reference in a new issue