raise file size limit to 100M

This commit is contained in:
Daniel Micay 2021-07-13 22:27:12 -04:00
parent 25fa8047c8
commit e1d5caf206

View File

@ -124,7 +124,7 @@ http {
proxy_set_header Host $host;
proxy_read_timeout 600s;
client_max_body_size 50m;
client_max_body_size 100m;
client_body_buffer_size 16k;
}