++
This commit is contained in:
parent
bea3567c00
commit
d93bdc89a1
@ -79,10 +79,10 @@ data:
|
|||||||
# proxy_pass http://backend-svc.django.svc.cluster.local:80;
|
# proxy_pass http://backend-svc.django.svc.cluster.local:80;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
location ~^/workspaces-v2/(.+).js {
|
# location ~^/workspaces-v2/(.+).js {
|
||||||
rewrite /workspaces-v2/(.+) /$1 break;
|
# rewrite /workspaces-v2/(.+) /$1 break;
|
||||||
proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80;
|
# proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80;
|
||||||
}
|
# }
|
||||||
|
|
||||||
location @index {
|
location @index {
|
||||||
add_header Cache-Control 'no-cache, must-revalidate, proxy-revalidate, max-age=0';
|
add_header Cache-Control 'no-cache, must-revalidate, proxy-revalidate, max-age=0';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user