Merge branch 'master' of github.com:TOoSmOotH/securityonion-saltstack

This commit is contained in:
William Wernert
2019-07-24 13:36:43 -04:00
2 changed files with 0 additions and 10 deletions

View File

@@ -141,11 +141,6 @@ http {
} }
location /thehive/ { 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_pass http://{{ masterip }}:9000/thehive/;
proxy_read_timeout 90; proxy_read_timeout 90;
proxy_connect_timeout 90; proxy_connect_timeout 90;

View File

@@ -141,11 +141,6 @@ http {
} }
location /thehive/ { 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_pass http://{{ masterip }}:9000/thehive/;
proxy_read_timeout 90; proxy_read_timeout 90;
proxy_connect_timeout 90; proxy_connect_timeout 90;