1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-29 04:17:07 +00:00

max body size for z-push

This commit is contained in:
sqeezy80 2014-10-16 18:52:37 +02:00
parent f38ef0223d
commit 559b98f44a

View File

@ -27,6 +27,8 @@ server {
location = /robots.txt {
log_not_found off;
access_log off;
client_max_body_size 20M;
}
location = /favicon.ico {