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

19 lines
560 B

3 years ago
[www]
user = {$PHP_USER}
group = {$PHP_GROUP}
3 years ago
listen = /var/opt/remi/php{$PHP_VERSION}/run/php-fpm/www.sock
3 years ago
listen.owner = {$PHP_USER}
listen.group = {$PHP_GROUP}
pm = dynamic
3 years ago
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_{$PHP_VERSION}
request_terminate_timeout = 100
request_slowlog_timeout = 30
3 years ago
slowlog = /var/opt/remi/php{$PHP_VERSION}/log/php-fpm/www-slow.log
php_admin_flag[log_errors] = on
php_admin_value[error_log] = /var/opt/remi/php{$PHP_VERSION}/log/php-fpm/error.log