++
This commit is contained in:
parent
a5ccef02fc
commit
ddac5858eb
@ -91,10 +91,10 @@ data:
|
|||||||
try_files /static/index.html =404;
|
try_files /static/index.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~^/workflows/(.+).js {
|
# location ~^/workflows/(.+).js {
|
||||||
rewrite /workflows/(.+) /$1 break;
|
# rewrite /workflows/(.+) /$1 break;
|
||||||
proxy_pass http://frontend-svc.processing.svc.cluster.local:80;
|
# proxy_pass http://frontend-svc.processing.svc.cluster.local:80;
|
||||||
}
|
# }
|
||||||
location /service-worker.js {
|
location /service-worker.js {
|
||||||
try_files /static/$uri @index;
|
try_files /static/$uri @index;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user