This commit is contained in:
ivan 2026-08-04 13:42:34 +05:00
parent a076995f3a
commit c5ca007f03

View File

@ -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;