phpmyadmin/test/php-fpm.conf
William Desportes fda5195be7
Fix logs system and temp dir for tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-02-09 02:01:23 +01:00

18 lines
308 B
Plaintext

[global]
error_log = %DIR%/php.log
log_level = warning
pid = %DIR%/php-fpm.pid
[www]
listen = %DIR%/php-fpm.sock
listen.mode = 0666
chdir = %ROOT%
user = nobody
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
catch_workers_output = Yes
clear_env = No