Skip to content

Commit

Permalink
fix: [ansible] corrects path issue with munin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Nov 11, 2021
1 parent 329b46f commit fce86f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/nginx.conf
Expand Up @@ -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;
Expand All @@ -38,4 +38,4 @@ server {
location @redirect {
return 302 https://github.com/MISP/MISP-maltego;
}
}
}

0 comments on commit fce86f7

Please sign in to comment.