ondemand instead of dynamic php-fpm

This commit is contained in:
Serghey Rodin 2017-12-29 01:41:43 +02:00
commit 6bcebeaba5
53 changed files with 516 additions and 383 deletions

View file

@ -3,8 +3,8 @@ listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
user = apache
group = apache
pm = dynamic
pm.max_children = 50
pm.start_servers = 5
pm.min_spare_servers = 3
pm.max_spare_servers = 35
pm = ondemand
pm.max_children = 2
pm.max_requests = 4000
pm.process_idle_timeout = 10s