Update nginx.conf.so-eval

This commit is contained in:
Josh Brower
2019-11-19 14:33:51 -05:00
committed by GitHub
parent e895d8509b
commit 118f4e34f2

View File

@@ -152,10 +152,7 @@ http {
} }
location /fleet/ { location /fleet/ {
auth_basic "Security Onion"; proxy_pass https://{{ masterip }}:8080/fleet/;
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
rewrite /fleet/(.*) /$1 break;
proxy_pass https://{{ masterip }}:8080/;
proxy_read_timeout 90; proxy_read_timeout 90;
proxy_connect_timeout 90; proxy_connect_timeout 90;
proxy_set_header Host $host; proxy_set_header Host $host;