This commit is contained in:
ivan 2026-05-12 14:24:46 +05:00
parent bea3567c00
commit d93bdc89a1

View File

@ -79,10 +79,10 @@ data:
# proxy_pass http://backend-svc.django.svc.cluster.local:80;
# }
location ~^/workspaces-v2/(.+).js {
rewrite /workspaces-v2/(.+) /$1 break;
proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80;
}
# location ~^/workspaces-v2/(.+).js {
# rewrite /workspaces-v2/(.+) /$1 break;
# proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80;
# }
location @index {
add_header Cache-Control 'no-cache, must-revalidate, proxy-revalidate, max-age=0';