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