mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge branch 'master' of github.com:TOoSmOotH/securityonion-saltstack
This commit is contained in:
@@ -141,11 +141,6 @@ 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/;
|
||||
proxy_read_timeout 90;
|
||||
proxy_connect_timeout 90;
|
||||
|
||||
@@ -141,11 +141,6 @@ 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/;
|
||||
proxy_read_timeout 90;
|
||||
proxy_connect_timeout 90;
|
||||
|
||||
Reference in New Issue
Block a user