mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
484 B
19 lines
484 B
[backup]
|
|
user = {$PHP_USER}
|
|
group = {$PHP_GROUP}
|
|
|
|
listen = /tmp/php-cgi-{$PHP_VERSION}.backup.sock
|
|
listen.owner = {$PHP_USER}
|
|
listen.group = {$PHP_GROUP}
|
|
listen.backlog = 4096
|
|
|
|
pm = dynamic
|
|
pm.max_children = 30
|
|
pm.start_servers = 5
|
|
pm.min_spare_servers = 5
|
|
pm.max_spare_servers = 20
|
|
pm.status_path = /phpfpm_status_{$PHP_VERSION}_backup
|
|
pm.max_requests = 1000
|
|
request_terminate_timeout = 30
|
|
request_slowlog_timeout = 10
|
|
slowlog = {$SERVER_PATH}/php/{$PHP_VERSION}/var/log/www-slow.log |