Rename munin-master to munin-server
This commit is contained in:
parent
63f19f7d27
commit
58c1add726
6 changed files with 1 additions and 1 deletions
11
roles/munin-server/files/munin-apache.conf
Normal file
11
roles/munin-server/files/munin-apache.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
Alias /static/ /etc/munin/static/
|
||||
<Directory /etc/munin/static>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/html/munin/cgi/munin-cgi-graph
|
||||
ScriptAlias / /var/www/html/munin/cgi/munin-cgi-html/
|
||||
<Directory /var/www/html/munin/cgi>
|
||||
Require all granted
|
||||
SetHandler cgi-script
|
||||
</Directory>
|
Loading…
Add table
Add a link
Reference in a new issue