2022-09-06 10:38:00 +00:00
|
|
|
[<?=$this->e($user)?>]
|
2022-11-22 07:09:27 +00:00
|
|
|
user = <?=$this->e($user)?>
|
|
|
|
group = <?=$this->e($user)?>
|
2022-09-06 10:38:00 +00:00
|
|
|
listen = /var/run/php-fpm-<?=$this->e($user)?>.sock
|
|
|
|
listen.owner = www-data
|
|
|
|
listen.group = www-data
|
|
|
|
pm = dynamic
|
|
|
|
pm.max_children = 75
|
|
|
|
pm.start_servers = 10
|
|
|
|
pm.min_spare_servers = 5
|
|
|
|
pm.max_spare_servers = 20
|
2022-11-22 07:09:27 +00:00
|
|
|
pm.process_idle_timeout = 10
|