mirror of https://github.com/MISP/MISP-maltego
fix: [ansible] corrects path issue with munin folder
parent
329b46fa6c
commit
fce86f7a93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue