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.
16 lines
380 B
16 lines
380 B
[www] |
|
user = www-data |
|
group = www-data |
|
listen = '9000' |
|
listen.owner = www-data |
|
listen.group = www-data |
|
pm = dynamic |
|
pm.max_children = 5 |
|
pm.start_servers = 2 |
|
pm.min_spare_servers = 1 |
|
pm.max_spare_servers = 3 |
|
access.log = /tmp/access.log |
|
catch_workers_output = yes |
|
php_admin_value[error_log] = /tmp/php-fpm.log |
|
php_admin_flag[log_errors] = on |
|
php_admin_value[allow_url_fopen] = off
|
|
|