This commit is contained in:
ivan 2026-08-04 13:37:51 +05:00
parent 0c04c357dc
commit a076995f3a

View File

@ -70,11 +70,11 @@ data:
proxy_pass http://backend-svc.pm.svc.cluster.local:8000;
}
# location ~^/api/v1/documents/ {
# #rewrite /api/(.+) /$1 break;
# proxy_set_header Host $host;
# proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
# }
location ~^/api/v1/documents/ {
#rewrite /api/(.+) /$1 break;
proxy_set_header Host $host;
proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80;
}
location ~^/(api|admin)/ {
proxy_http_version 1.1;