We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac52488 commit c3bdb4aCopy full SHA for c3bdb4a
conf-available/php5-fpm.conf
@@ -3,7 +3,7 @@
3
Action php5-fcgi /php5-fcgi
4
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
5
#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
+ FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -idle-timeout 120 -socket /var/run/php5-fpm.sock -pass-header Authorization
7
<Directory /usr/lib/cgi-bin>
8
Require all granted
9
</Directory>
0 commit comments