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

22 lines
521 B

3 years ago
[www]
user = {$PHP_USER}
group = {$PHP_GROUP}
3 years ago
listen = /run/php/php{$PHP_VERSION}-fpm.sock
3 years ago
listen.owner = {$PHP_USER}
listen.group = {$PHP_GROUP}
pm = dynamic
pm.max_children = 50
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
3 years ago
pm.status_path = /phpfpm_status_apt{$PHP_VERSION}
3 years ago
request_terminate_timeout = 100
request_slowlog_timeout = 30
3 years ago
slowlog = /var/log/fpm-php{$PHP_VERSION}.www.slow.log
3 years ago
php_admin_flag[log_errors] = on
3 years ago
php_admin_value[error_log] = /var/log/fpm-php{$PHP_VERSION}.www.log