From a0467eb35bbc29d9057990f67238b082d403024f Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Sun, 7 Apr 2024 16:41:16 +0800 Subject: [PATCH] feat: improve upload size of file --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1244a76..72a3c2f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -13,7 +13,7 @@ events { http { include /etc/nginx/mime.types; default_type application/octet-stream; - client_max_body_size 20m; + client_max_body_size 40m; map $time_iso8601 $logdate { '~^(?\d{4}-\d{2}-\d{2})' $ymd; default 'date-not-found';