fix: fix nginx upload body size conf

pull/50/head
shengheng.lu 2020-12-05 13:35:31 +08:00
parent ead7f839c1
commit 394034568b
1 changed files with 1 additions and 1 deletions

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;