From e4f1e3af3625a06858f6af49d5ccc6b451e738ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 22 Jun 2026 10:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngnix.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ngnix.conf b/ngnix.conf index e0e51b6..89532e0 100644 --- a/ngnix.conf +++ b/ngnix.conf @@ -26,6 +26,8 @@ server { root /usr/share/nginx/html; index index.html; + client_max_body_size 50M; + # SSL 配置 listen 443 ssl; ssl_certificate /etc/nginx/ssl/scs1779764972146_redpowerfuture.com_server.crt;