diff --git a/install/tpl/nginx_apps.vhost.master b/install/tpl/nginx_apps.vhost.master index a8fe664d98b4f776c553bf6b8d80793aa944e89d..2c720b55a86b9582e88ebd3f2619e787dab533c1 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 a8fe664d98b4f776c553bf6b8d80793aa944e89d..2c720b55a86b9582e88ebd3f2619e787dab533c1 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;