diff --git a/salt/common/nginx/nginx.conf.so-master b/salt/common/nginx/nginx.conf.so-master index aa4fff1d1..1f4fceffa 100644 --- a/salt/common/nginx/nginx.conf.so-master +++ b/salt/common/nginx/nginx.conf.so-master @@ -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/; @@ -177,7 +180,7 @@ http { proxy_set_header Proxy ""; } - + location /kibana/app/sensoroni/ { rewrite ^/kibana/app/sensoroni/(.*) /sensoroni/$1 permanent; }