Reorder lines in template fpm config for better readability
This commit is contained in:
parent
4f8b0b19fe
commit
7499f0222e
1 changed files with 2 additions and 1 deletions
|
@ -427,10 +427,11 @@ listen = ${phpfpm_socket_path}
|
|||
listen.owner = ${in_login}
|
||||
listen.group = ${in_login}
|
||||
|
||||
pm.status_path = /evolinux_fpm_status-$(apg -Mncl -n1 -m32)
|
||||
pm = ondemand
|
||||
pm.status_path = /evolinux_fpm_status-$(apg -Mncl -n1 -m32)
|
||||
pm.max_children = 10
|
||||
pm.process_idle_timeout = 10s
|
||||
|
||||
php_admin_value[error_log] = /home/${in_login}/log/php.log
|
||||
EOT
|
||||
step_ok "Création du pool FPM ${php_version}"
|
||||
|
|
Loading…
Add table
Reference in a new issue