From 5f433ab23155006e7ffd320ade696c8071e2d6fc Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Wed, 31 Dec 2025 10:33:14 +0800 Subject: [PATCH] nginx.conf file edit --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index e628a96..ba46c05 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,6 +5,7 @@ events { http { include /etc/nginx/mime.types; default_type application/octet-stream; + client_max_body_size 10G; # 允许的最大文件大小为 20MB server { listen 3001;