Installation/configuration de Munin
This commit is contained in:
@@ -6,6 +6,7 @@ server {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
allow 127.0.0.1;
|
||||
allow ::1;
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
|
7
roles/nginx/templates/vhosts/munin.mateu.be.conf.j2
Normal file
7
roles/nginx/templates/vhosts/munin.mateu.be.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
{% include './header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
root /var/cache/munin/www;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user