bunkerized-nginx/tests/www-rpm.conf
2022-08-12 16:19:21 +02:00

19 lines
No EOL
456 B
Text

error_log = /tmp/php-fpm.error.log
log_level = debug
[www]
user = apache
group = apache
listen = /run/php/php-fpm.sock
listen.owner = apache
listen.group = nginx
listen.mode = 0660
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
catch_workers_output = yes
php_flag[display_errors] = on
php_admin_value[error_log] = /tmp/php-fpm.log
php_admin_flag[log_errors] = on
access.log = /tmp/php-fpm.access.log