mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-01 10:43:02 +08:00
24 lines
593 B
Plaintext
24 lines
593 B
Plaintext
[<%= account.username %>]
|
|
|
|
user = <%= account.username %>
|
|
group = <%= account.username %>
|
|
|
|
listen = /home/<%= account.username %>/php-fpm.sock
|
|
|
|
listen.owner = <%= account.username %>
|
|
listen.group = <%= account.username %>
|
|
listen.mode = 0660
|
|
|
|
pm = ondemand
|
|
pm.max_children = 3
|
|
pm.process_idle_timeout = 10s
|
|
pm.max_requests = 500
|
|
|
|
slowlog = /home/<%= account.username %>/php-fpm.slowlog
|
|
request_slowlog_timeout = 5s
|
|
request_terminate_timeout = 15s
|
|
|
|
php_admin_value[memory_limit] = 128M
|
|
php_admin_value[error_log] = /home/<%= account.username %>/php-fpm.error_log
|
|
php_admin_flag[log_errors] = On
|