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

This commit is contained in:
F4ilji
2026-07-02 21:46:15 +05:00
parent db968ad9b0
commit b877153f3f
+1 -1
View File
@@ -20,7 +20,7 @@ server {
root /var/www/public;
location /jenkins/ {
location ^~ /jenkins/ {
proxy_pass http://jenkins:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;