g
This commit is contained in:
parent
aae4250099
commit
c27bc92116
1 changed files with 7 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
ServerName {{ munin_servername }}
|
ServerName {{ munin_servername }}
|
||||||
|
|
||||||
# Redirect requests without /munin to /munin
|
# Redirect requests without /munin to /munin
|
||||||
RedirectMatch ^/$ /munin-cgi/
|
RedirectMatch ^/$ /munin/
|
||||||
|
|
||||||
# Existing configuration for serving /munin
|
# Existing configuration for serving /munin
|
||||||
Alias /munin /var/cache/munin/www
|
Alias /munin /var/cache/munin/www
|
||||||
|
@ -17,8 +17,5 @@
|
||||||
<IfModule mod_fcgid.c>
|
<IfModule mod_fcgid.c>
|
||||||
SetHandler fcgid-script
|
SetHandler fcgid-script
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule !mod_fcgid.c>
|
|
||||||
SetHandler cgi-script
|
|
||||||
</IfModule>
|
|
||||||
</Location>
|
</Location>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue