diff --git a/files/www.conf b/files/www.conf index df3378a..17b705f 100644 --- a/files/www.conf +++ b/files/www.conf @@ -23,6 +23,6 @@ pm.min_spare_servers = 80 # of 'idle' processes is greater than this # number then some children will be killed. pm.max_spare_servers = 160 -pm.max_requests = 500 +pm.max_requests = 1500 chdir = / diff --git a/templates/vhost.erb b/templates/vhost.erb index d21c558..e9c6d34 100644 --- a/templates/vhost.erb +++ b/templates/vhost.erb @@ -46,7 +46,7 @@ - ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000<%= @docroot %>/$1 retry=0 timeout=120 + ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000<%= @docroot %>/$1 retry=0 timeout=1800