We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280fcf1 commit 28afd03Copy full SHA for 28afd03
lang/php/5.6.9-centos7.sh
@@ -113,6 +113,9 @@ vim /srv/php-5.6.9/etc/php-fpm.conf <<end > /dev/null 2>&1
113
:245,245s/pm.min_spare_servers = 1/pm.min_spare_servers = 8/
114
:250,250s/pm.max_spare_servers = 3/pm.max_spare_servers = 16/
115
:261,261s/;pm.max_requests = 500/pm.max_requests = 1024/
116
+:360,360s/;pm.status_path/pm.status_path/
117
+:372,372s/;ping.path/ping.path/
118
+:377,377s/;ping.response/ping.response/
119
:454,454s/;request_terminate_timeout = 0/request_terminate_timeout = 30s/
120
:458,458s/;rlimit_files = 1024/rlimit_files = 40960/
121
:wq
0 commit comments