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:
7
php-fpm/conf.d/40-opcache.ini
Normal file
7
php-fpm/conf.d/40-opcache.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
opcache.enable=1
|
||||
opcache.memory_consumption=128
|
||||
opcache.interned_strings_buffer=8
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.revalidate_freq=2
|
||||
opcache.fast_shutdown=1
|
||||
opcache.enable_file_override=0
|
||||
5
php-fpm/conf.d/90-runtime.ini
Normal file
5
php-fpm/conf.d/90-runtime.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
expose_php=Off
|
||||
log_errors=On
|
||||
error_log=/proc/self/fd/2
|
||||
display_errors=Off
|
||||
display_startup_errors=Off
|
||||
1
php-fpm/conf.d/99-force-debug.ini
Normal file
1
php-fpm/conf.d/99-force-debug.ini
Normal file
@@ -0,0 +1 @@
|
||||
auto_prepend_file=/usr/local/etc/php/force-debug.php
|
||||
Reference in New Issue
Block a user