From 394034568b8d07b01bba52f41a00d56580b9fde2 Mon Sep 17 00:00:00 2001 From: "shengheng.lu" Date: Sat, 5 Dec 2020 13:35:31 +0800 Subject: [PATCH] fix: fix nginx upload body size conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f4ea688..64e77c1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -29,7 +29,7 @@ http { #keepalive_timeout 0; keepalive_timeout 65; - + client_max_body_size 100m; server_names_hash_max_size 512; server_names_hash_bucket_size 1024;