phpmyadmin/tests/php-fpm.conf
Maurício Meneghini Fauth 1d1c55e250
Move test directory to tests
- Related to #18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-30 10:47:42 -03: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