nginx: increase nginx body size
This commit is contained in:
parent
d02659a53f
commit
bdd3a579e3
@ -18,7 +18,7 @@ http {
|
||||
default_type application/octet-stream;
|
||||
sendfile on;
|
||||
|
||||
client_max_body_size 32k;
|
||||
client_max_body_size 256M;
|
||||
large_client_header_buffers 4 32k;
|
||||
|
||||
gzip on;
|
||||
|
Loading…
Reference in New Issue
Block a user