v89: чанкованный HTTP POST <10KB — обход DPI (proxy_pass fix + /v1/transcribe)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user