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;
|
root /var/www/html;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
location /munin {
|
location /munin/ {
|
||||||
alias /var/cache/munin/www/;
|
alias /var/cache/munin/www/;
|
||||||
index index.html;
|
index index.html;
|
||||||
allow 127.0.0.1;
|
allow 127.0.0.1;
|
||||||
|
@ -38,4 +38,4 @@ server {
|
||||||
location @redirect {
|
location @redirect {
|
||||||
return 302 https://github.com/MISP/MISP-maltego;
|
return 302 https://github.com/MISP/MISP-maltego;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue