increase max upload file to 100M in nginx
This commit is contained in:
parent
a277849f87
commit
fe00bc0b6f
@ -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…
Reference in New Issue
Block a user