docker-images/images/php-fpm/www.conf
Starbeamrainbowlabs 3e3c6042a0
php-fpm: remove user/group defs
we're not running as root after all
2023-12-16 14:38:36 +00:00

17 lines
371 B
Plaintext

pid = /run_local/php-fpm.pid
; Log to stdout/stderr 'cause Nomad
; Looks like this has to be split across [www] here.... ewww
; ....we really need to replace Nomad >_<
error_log = /proc/self/fd/2
[www]
listen = /run_local/php-fpm.sock
pm = dynamic
pm.max_children = 8
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 2
access.log = /proc/self/fd/2