php-fpm: refactor with deterministic config files & improved debug
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m6s
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m6s
This commit is contained in:
8
php-fpm/7.4/php-fpm.conf
Normal file
8
php-fpm/7.4/php-fpm.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
[global]
|
||||
pid = /var/run/php/php-fpm.pid
|
||||
error_log = /proc/self/fd/2
|
||||
log_limit = 8192
|
||||
log_buffering = no
|
||||
daemonize = no
|
||||
|
||||
include = /usr/local/etc/php-fpm.d/*.conf
|
||||
Reference in New Issue
Block a user