fix: [ansible] corrects path issue with munin folder

master
Christophe Vandeplas 2021-11-11 07:01:33 +01:00 committed by GitHub
parent 329b46fa6c
commit fce86f7a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ server {
root /var/www/html;
server_name _;
location /munin {
location /munin/ {
alias /var/cache/munin/www/;
index index.html;
allow 127.0.0.1;
@ -38,4 +38,4 @@ server {
location @redirect {
return 302 https://github.com/MISP/MISP-maltego;
}
}
}