From dac67d87628baf46ca02fe4f697e424a1c98ad97 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Mon, 2 Jun 2025 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?Laravel=20=E7=AC=AC=E4=B8=80=E7=89=88=20?= =?UTF-8?q?=E8=AA=BF=E6=95=B4=E6=AA=94=E6=A1=88=E5=82=B3=E6=AA=94=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=2020250602?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/default.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/nginx/default.conf.template b/docker/nginx/default.conf.template index 43e11c0..db0101b 100644 --- a/docker/nginx/default.conf.template +++ b/docker/nginx/default.conf.template @@ -2,6 +2,8 @@ server { listen ${NGINX_PORT}; server_name ${NGINX_HOST}; + client_max_body_size 100M; + root /var/www/html/public; index index.php index.html;