This commit is contained in:
ivan 2026-05-04 21:32:49 +07:00
parent a5ccef02fc
commit ddac5858eb

View File

@ -91,10 +91,10 @@ data:
try_files /static/index.html =404;
}
location ~^/workflows/(.+).js {
rewrite /workflows/(.+) /$1 break;
proxy_pass http://frontend-svc.processing.svc.cluster.local:80;
}
# location ~^/workflows/(.+).js {
# rewrite /workflows/(.+) /$1 break;
# proxy_pass http://frontend-svc.processing.svc.cluster.local:80;
# }
location /service-worker.js {
try_files /static/$uri @index;
}