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/conf/www.conf

19 lines
467 B

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