From ab8069dee4daddc7c14bba384a45d0c9842ce072 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 May 2018 16:35:04 +0200 Subject: [PATCH] Set client_max_body_size to 100m for mail attachments --- fet.at/mail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fet.at/mail.conf b/fet.at/mail.conf index d982fd6..7ecb86a 100644 --- a/fet.at/mail.conf +++ b/fet.at/mail.conf @@ -16,7 +16,7 @@ server { include snippets/ssl.conf; # include snippets/ldap.conf; - + client_max_body_size 100m; location / { proxy_bind $host:443; proxy_pass http://192.168.95.11:80;