mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-22 05:38:11 +08:00
fix: fix nginx upload body size conf
This commit is contained in:
parent
ead7f839c1
commit
394034568b
@ -29,7 +29,7 @@ http {
|
|||||||
|
|
||||||
#keepalive_timeout 0;
|
#keepalive_timeout 0;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
client_max_body_size 100m;
|
||||||
server_names_hash_max_size 512;
|
server_names_hash_max_size 512;
|
||||||
server_names_hash_bucket_size 1024;
|
server_names_hash_bucket_size 1024;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user