docker-base-php/root/etc/php7/php-fpm.conf
Jan Christian Grünhage 89a26d5f63
All checks were successful
the build was successful
initial impl
2018-01-27 22:31:45 +01:00

12 lines
172 B
Plaintext

[global]
daemonize = no
[www]
listen = /tmp/php-fpm.sock
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /