From f1634087ea8a852b58ec13d5099e94771ed80849 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 12 May 2014 08:47:22 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5' --- server/conf/nginx_apps.vhost.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/conf/nginx_apps.vhost.master b/server/conf/nginx_apps.vhost.master index a8fe664..2c720b5 100644 --- a/server/conf/nginx_apps.vhost.master +++ b/server/conf/nginx_apps.vhost.master @@ -5,7 +5,7 @@ root {apps_vhost_dir}; - client_max_body_size 20M; + client_max_body_size 100M; location / { index index.php index.html; -- Gitblit v1.9.1