diff --git a/ansible/nginx.conf b/ansible/nginx.conf index 129fca4..8353186 100644 --- a/ansible/nginx.conf +++ b/ansible/nginx.conf @@ -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; } -} \ No newline at end of file +}