phpmyadmin/test/php-fpm.conf
Michal Čihař b9b6b45a4f Use nginx for running Selenium tests
It is supposed to perform better than PHP built in server.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-06 19:19:07 +02:00

16 lines
271 B
Plaintext

[global]
error_log = %ROOT%/php.log
log_level = warning
[www]
listen = %DIR%/php-fpm.sock
listen.mode = 0666
chdir = %ROOT%
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