Enhancement: Add Docker Hub image

This commit is contained in:
Leonard Jonathan Oh 2023-03-13 15:20:31 +00:00
parent 90a657c0fb
commit f1d1c175f9
15 changed files with 538 additions and 228 deletions

View file

@ -1,15 +1,20 @@
[global]
daemonize = no
error_log = /dev/stderr
log_buffering = no
[default]
listen = /tmp/php-fpm.sock
user = www-data
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 30
pm.process_idle_timeout = 10s
pm.max_requests = 500
catch_workers_output = yes
decorate_workers_output = no
chdir = /
php_admin_value[error_log] = /tmp/php_error.log
php_admin_value[log_errors] = On
php_admin_value[expose_php] = Off
php_admin_value[display_errors] = Off