Skip to content

Commit c3bdb4a

Browse files
committed
increase idle timeout
1 parent ac52488 commit c3bdb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf-available/php5-fpm.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Action php5-fcgi /php5-fcgi
44
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
55
#FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
6-
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization
6+
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -idle-timeout 120 -socket /var/run/php5-fpm.sock -pass-header Authorization
77
<Directory /usr/lib/cgi-bin>
88
Require all granted
99
</Directory>

0 commit comments

Comments
 (0)