++
This commit is contained in:
parent
ab7611fc7e
commit
c470dacee3
@ -74,10 +74,10 @@ data:
|
|||||||
# proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
|
# proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# location ~^/(api|admin)/ {
|
location ~^/(api|admin)/ {
|
||||||
# proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
# 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 {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user