From a8bfe955a5b254dfbd8b40f8d49798edcf39fcc9 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 10 Sep 2026 07:27:25 -0400 Subject: [PATCH] fix location typo --- salt/nginx/etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;