From 559b98f44a7145fe35f802a6c7a79a523e9983b2 Mon Sep 17 00:00:00 2001 From: sqeezy80 Date: Thu, 16 Oct 2014 18:52:37 +0200 Subject: [PATCH] max body size for z-push --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 92b5de72..36e00bca 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,6 +27,8 @@ server { location = /robots.txt { log_not_found off; access_log off; + + client_max_body_size 20M; } location = /favicon.ico {