max body size for z-push

This commit is contained in:
sqeezy80 2014-10-16 18:52:37 +02:00
parent f38ef0223d
commit 559b98f44a
1 changed files with 2 additions and 0 deletions

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 {