Unlimited file size for attachments

This commit is contained in:
Jeroen Geusebroek
2022-04-19 14:30:28 +02:00
parent 2fbb778197
commit 9fda29f98c

View File

@@ -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;