From 5113808991d9da1c3607252f1463c70cf9f207f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Fri, 3 Jul 2026 12:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E7=BB=B4=E8=84=9A=E6=9C=AC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngnix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngnix.conf b/ngnix.conf index d67a9f9..2ce5447 100644 --- a/ngnix.conf +++ b/ngnix.conf @@ -86,7 +86,7 @@ server { root /usr/share/nginx/html; index index.html; - client_max_body_size 50M; + client_max_body_size 500M; listen 443 ssl; server_name redpowerfuture.com www.redpowerfuture.com;