fix: fix nginx upload body size conf

This commit is contained in:
shengheng.lu 2020-12-05 13:35:31 +08:00
parent ead7f839c1
commit 394034568b

View File

@ -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;