From c5541531e73189bac0ab3d8dd119834f1f013926 Mon Sep 17 00:00:00 2001 From: Falko Timme Date: Thu, 1 May 2014 13:07:23 +0200 Subject: [PATCH] - Set client_max_body_size 100M; for apps vhost. --- install/tpl/nginx_apps.vhost.master | 2 +- server/conf/nginx_apps.vhost.master | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/nginx_apps.vhost.master b/install/tpl/nginx_apps.vhost.master index a8fe664d9..2c720b55a 100644 --- a/install/tpl/nginx_apps.vhost.master +++ b/install/tpl/nginx_apps.vhost.master @@ -5,7 +5,7 @@ server { root {apps_vhost_dir}; - client_max_body_size 20M; + client_max_body_size 100M; location / { index index.php index.html; diff --git a/server/conf/nginx_apps.vhost.master b/server/conf/nginx_apps.vhost.master index a8fe664d9..2c720b55a 100644 --- a/server/conf/nginx_apps.vhost.master +++ b/server/conf/nginx_apps.vhost.master @@ -5,7 +5,7 @@ server { root {apps_vhost_dir}; - client_max_body_size 20M; + client_max_body_size 100M; location / { index index.php index.html; -- GitLab