Fix: use ^~ for Jenkins static assets to override regex

This commit is contained in:
F4ilji
2026-07-02 21:42:16 +05:00
parent b041558cc3
commit acae8ae59d
+1 -1
View File
@@ -37,7 +37,7 @@ server {
proxy_request_buffering off;
}
location /static/ {
location ^~ /static/ {
proxy_pass http://jenkins:8080;
proxy_set_header Host $host;
}