From fe00bc0b6f7e1f9ec8702641c7eee1b39db606f7 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 20 May 2016 15:25:51 +0200 Subject: [PATCH] increase max upload file to 100M in nginx --- rainloop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainloop.conf b/rainloop.conf index 8bd0477..e5f3f90 100644 --- a/rainloop.conf +++ b/rainloop.conf @@ -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;