From 118f4e34f20230bd0cdb24db4a1a2282941b5d01 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 19 Nov 2019 14:33:51 -0500 Subject: [PATCH] Update nginx.conf.so-eval --- salt/common/nginx/nginx.conf.so-eval | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/salt/common/nginx/nginx.conf.so-eval b/salt/common/nginx/nginx.conf.so-eval index fe55dc274..41f455216 100644 --- a/salt/common/nginx/nginx.conf.so-eval +++ b/salt/common/nginx/nginx.conf.so-eval @@ -152,10 +152,7 @@ http { } location /fleet/ { - auth_basic "Security Onion"; - auth_basic_user_file /opt/so/conf/nginx/.htpasswd; - rewrite /fleet/(.*) /$1 break; - proxy_pass https://{{ masterip }}:8080/; + proxy_pass https://{{ masterip }}:8080/fleet/; proxy_read_timeout 90; proxy_connect_timeout 90; proxy_set_header Host $host;