ftimme
2012-02-03 3c4ce8d9b91275ee2a943e5afb336729e7b5b546
- nginx: added client_max_body_size 20M; to ISPConfig and apps vhost to allow big uploads; added fastcgi_read_timeout 240; to phpMyAdmin configuration in aapps vhost to allow for longer backend operations (such as importing an SQL dump with lots of InnoDB queries).
3 files modified
8 ■■■■■ changed files
install/tpl/nginx_apps.vhost.master 3 ●●●●● patch | view | raw | blame | history
install/tpl/nginx_ispconfig.vhost.master 2 ●●●●● patch | view | raw | blame | history
server/conf/nginx_apps.vhost.master 3 ●●●●● patch | view | raw | blame | history
install/tpl/nginx_apps.vhost.master
@@ -5,6 +5,8 @@
        root   {apps_vhost_dir};
        client_max_body_size 20M;
        location / {
               index index.php index.html;
        }
@@ -46,6 +48,7 @@
                       fastcgi_buffers 256 4k;
                       fastcgi_busy_buffers_size 256k;
                       fastcgi_temp_file_write_size 256k;
                       fastcgi_read_timeout 240;
               }
               location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
                       root /usr/share/;
install/tpl/nginx_ispconfig.vhost.master
@@ -7,6 +7,8 @@
        root   /usr/local/ispconfig/interface/web/;
        client_max_body_size 20M;
        location / {
               index index.php index.html;
        }
server/conf/nginx_apps.vhost.master
@@ -5,6 +5,8 @@
        root   {apps_vhost_dir};
        client_max_body_size 20M;
        location / {
               index index.php index.html;
        }
@@ -46,6 +48,7 @@
                       fastcgi_buffers 256 4k;
                       fastcgi_busy_buffers_size 256k;
                       fastcgi_temp_file_write_size 256k;
                       fastcgi_read_timeout 240;
               }
               location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
                       root /usr/share/;