diff --git a/rootfs/tmp/etc/php84/php-fpm.conf b/rootfs/tmp/etc/php84/php-fpm.conf new file mode 100644 index 0000000..607ebb2 --- /dev/null +++ b/rootfs/tmp/etc/php84/php-fpm.conf @@ -0,0 +1,22 @@ +[global] +pid = /run/php-fpm84.pid +error_log = /data/logs/php-fpm/php-fpm.log +log_level = notice +emergency_restart_threshold = 0 +emergency_restart_interval = 0 +process_control_timeout = 0 +daemonize = no + +[www] +user = root +group = root +listen = /run/php-fpm84.sock +listen.owner = root +listen.group = root +listen.mode = 0660 +pm = dynamic +pm.max_children = 5 +pm.start_servers = 2 +pm.min_spare_servers = 1 +pm.max_spare_servers = 3 +chdir = / \ No newline at end of file