Core Module - Fix the auth for eval

This commit is contained in:
Mike Reeves
2019-07-22 12:46:04 -04:00
parent 78213e5074
commit 1e62e78bd9

View File

@@ -141,6 +141,9 @@ http {
}
location /thehive/ {
satisfy any;
allow {{ masterip }};
deny all;
auth_basic "Security Onion";
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
proxy_pass http://{{ masterip }}:9000/thehive/;