From 145ee568cfada8f336868586351acc871555200d Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Thu, 9 Jul 2026 14:46:10 +0700 Subject: [PATCH] Update locations.conf --- nginx/locations.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/locations.conf b/nginx/locations.conf index cec19dd..f24945b 100644 --- a/nginx/locations.conf +++ b/nginx/locations.conf @@ -149,6 +149,9 @@ location /openrouter/ { proxy_http_version 1.1; proxy_buffering off; proxy_request_buffering off; + proxy_buffer_size 16k; + proxy_buffers 4 16k; + proxy_busy_buffers_size 32k; proxy_read_timeout 120s; proxy_send_timeout 120s; }