diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index 580e847d6..357fc7e6d 100644 --- a/salt/nginx/etc/nginx.conf +++ b/salt/nginx/etc/nginx.conf @@ -183,7 +183,7 @@ http { ssl_prefer_server_ciphers on; ssl_protocols TLSv1.2 TLSv1.3; - location ~* (^/login|/login/.*|^/js/.*|^/css/.*|^/images/.*|^/pages/.*|^/docs/.*) { + location ~* (^/login|^/login/.*|^/js/.*|^/css/.*|^/images/.*|^/pages/.*|^/docs/.*) { proxy_pass http://{{ GLOBALS.manager }}:9822; proxy_read_timeout 90; proxy_connect_timeout 90;