Skip to content

Commit

Permalink
increase idle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Aug 18, 2016
1 parent ac52488 commit c3bdb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf-available/php5-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
#FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -idle-timeout 120 -socket /var/run/php5-fpm.sock -pass-header Authorization
<Directory /usr/lib/cgi-bin>
Require all granted
</Directory>
Expand Down

0 comments on commit c3bdb4a

Please sign in to comment.