From aede496acf81c56df081e63840722ab40aa1ab6a Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 05 Mar 2014 20:58:17 -0500 Subject: [PATCH] - nginx: Increased fastcgi_read_timeout for phpMyAdmin in apps vhost to 1200 seconds. --- install/tpl/nginx_apps.vhost.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/nginx_apps.vhost.master b/install/tpl/nginx_apps.vhost.master index 9f8ae88..a8fe664 100644 --- a/install/tpl/nginx_apps.vhost.master +++ b/install/tpl/nginx_apps.vhost.master @@ -97,7 +97,7 @@ fastcgi_buffers 256 4k; fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; - fastcgi_read_timeout 240; + fastcgi_read_timeout 1200; } location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ { root /usr/share/; -- Gitblit v1.9.1