max body size for z-push
This commit is contained in:
parent
f38ef0223d
commit
559b98f44a
|
@ -27,6 +27,8 @@ server {
|
|||
location = /robots.txt {
|
||||
log_not_found off;
|
||||
access_log off;
|
||||
|
||||
client_max_body_size 20M;
|
||||
}
|
||||
|
||||
location = /favicon.ico {
|
||||
|
|
Loading…
Reference in New Issue