Skip to content

Commit 28afd03

Browse files
committed
fpm static
1 parent 280fcf1 commit 28afd03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lang/php/5.6.9-centos7.sh

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ vim /srv/php-5.6.9/etc/php-fpm.conf <<end > /dev/null 2>&1
113113
:245,245s/pm.min_spare_servers = 1/pm.min_spare_servers = 8/
114114
:250,250s/pm.max_spare_servers = 3/pm.max_spare_servers = 16/
115115
: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/
116119
:454,454s/;request_terminate_timeout = 0/request_terminate_timeout = 30s/
117120
:458,458s/;rlimit_files = 1024/rlimit_files = 40960/
118121
:wq

0 commit comments

Comments
 (0)