Simple Linux Panel
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.
mdserver-web/plugins/php-yum/conf/www.conf

15 lines
419 B

3 years ago
[www]
user = {$PHP_USER}
group = {$PHP_GROUP}
listen = /tmp/php-cgi-{$PHP_VERSION}.sock
listen.owner = {$PHP_USER}
listen.group = {$PHP_GROUP}
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.status_path = /phpfpm_status_{$PHP_VERSION}
request_terminate_timeout = 100
request_slowlog_timeout = 30
slowlog = {$SERVER_PATH}/php/{$PHP_VERSION}/var/log/www-slow.log