increase max upload file to 100M in nginx

master
Andy 8 years ago
parent a277849f87
commit fe00bc0b6f
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -6,7 +6,7 @@ server {
error_log /var/log/rainloop/error.log;
large_client_header_buffers 4 32k;
client_max_body_size 50M;
client_max_body_size 100M;
charset utf-8;
root /opt/rainloop;

Loading…
Cancel
Save