From 9fda29f98c435ca42b7933b13c6b729055a954aa Mon Sep 17 00:00:00 2001 From: Jeroen Geusebroek Date: Tue, 19 Apr 2022 14:30:28 +0200 Subject: [PATCH] Unlimited file size for attachments --- files/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nginx.conf b/files/nginx.conf index db17a52..5684c9a 100644 --- a/files/nginx.conf +++ b/files/nginx.conf @@ -22,7 +22,7 @@ http { tcp_nopush on; tcp_nodelay off; server_tokens off; - client_max_body_size 10M; + client_max_body_size 0; gzip on; gzip_comp_level 5;