v89: чанкованный HTTP POST <10KB — обход DPI (proxy_pass fix + /v1/transcribe)

This commit is contained in:
“Naeel”
2026-05-23 07:27:43 +04:00
parent 4acc400fab
commit c83e3d9da2
5 changed files with 124 additions and 81 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ server {
# Groq API proxy (multipart POST)
location /openai/ {
proxy_pass http://127.0.0.1:8765;
proxy_pass http://127.0.0.1:8765/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_read_timeout 120s;