12 lines
No EOL
320 B
PHP
12 lines
No EOL
320 B
PHP
[<?=$this->e($user)?>]
|
|
user = <?=$this->e($user)?>
|
|
group = <?=$this->e($user)?>
|
|
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
|
|
pm.process_idle_timeout = 10
|