From 6628778199f71c1887f999905c4c0bb150a24036 Mon Sep 17 00:00:00 2001 From: Jiale Date: Wed, 28 May 2025 09:32:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20client=5Fmax=5Fbody?= =?UTF-8?q?=5Fsize=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nginx.conf b/scripts/nginx.conf index fba4a25..5b9ae35 100644 --- a/scripts/nginx.conf +++ b/scripts/nginx.conf @@ -13,6 +13,7 @@ http { server { listen 5000; server_name _; + client_max_body_size 20M; # 静态资源和前端页面 location / {