From 45ac66ade03e89198dd46d7173762d00720ff1fc Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Mon, 2 Feb 2026 23:06:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0nginx=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index 62253f1..a5a7a09 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,6 +7,8 @@ server { server_name _; + client_max_body_size 500M; + location /blog/ { proxy_pass http://host.docker.internal:82/; proxy_set_header Host $host;