From 39366f0703ac4a4f9922f0657d42caeb263f8454 Mon Sep 17 00:00:00 2001 From: Rekord <1324596506@qq.com> Date: Sat, 3 Jun 2023 21:44:46 +0800 Subject: [PATCH] fix: fix file max upload size limit --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 6ffde7b..94b2df2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,7 @@ server { listen [::]:8080; server_name localhost; root /usr/share/nginx/html; + client_max_body_size 500M; location / { index index.php index.html index.htm;