munin: fix cgi graph generation #163
1 changed files with 1 additions and 3 deletions
|
@ -5,13 +5,11 @@
|
||||||
RedirectMatch ^/$ /munin/
|
RedirectMatch ^/$ /munin/
|
||||||
|
|
||||||
# Existing configuration for serving /munin
|
# Existing configuration for serving /munin
|
||||||
Alias /munin /var/cache/munin/www
|
<Directory /etc/munin/static>
|
||||||
<Directory /var/cache/munin/www>
|
|
||||||
Require all granted
|
Require all granted
|
||||||
Options None
|
Options None
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
|
|
||||||
<Location /munin-cgi/munin-cgi-graph>
|
<Location /munin-cgi/munin-cgi-graph>
|
||||||
Require all granted
|
Require all granted
|
||||||
<IfModule mod_fcgid.c>
|
<IfModule mod_fcgid.c>
|
||||||
|
|
Loading…
Reference in a new issue