Falko Timme
2014-05-01 c5541531e73189bac0ab3d8dd119834f1f013926
- Set client_max_body_size 100M; for apps vhost.
2 files modified
4 ■■■■ changed files
install/tpl/nginx_apps.vhost.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_apps.vhost.master 2 ●●● patch | view | raw | blame | history
install/tpl/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;
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;