++
This commit is contained in:
parent
a076995f3a
commit
c5ca007f03
@ -71,6 +71,7 @@ data:
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~^/api/v1/documents/ {
|
location ~^/api/v1/documents/ {
|
||||||
|
proxy_http_version 1.1;
|
||||||
#rewrite /api/(.+) /$1 break;
|
#rewrite /api/(.+) /$1 break;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
|
proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user