From dbafbd9344afa7fd63ba417d485e42e6d161589e Mon Sep 17 00:00:00 2001 From: Sion908 Date: Mon, 28 Oct 2024 15:40:05 +0900 Subject: [PATCH] =?UTF-8?q?nginx=E3=81=AE=E3=83=98=E3=83=83=E3=83=80?= =?UTF-8?q?=E3=83=BC=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=92=E3=81=8A=E3=81=8A?= =?UTF-8?q?=E3=81=8D=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/nginx/conf.d/default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index cd79a87c2..9ee2dc449 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -23,5 +23,7 @@ server { proxy_set_header Host $host:$proxy_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_buffers 8 16k; + proxy_buffer_size 32k; } }