diff --git a/baikal/rootfs/etc/php81/php-fpm.d/www.conf b/baikal/rootfs/etc/php81/php-fpm.d/www.conf new file mode 100644 index 0000000..1ec4c1c --- /dev/null +++ b/baikal/rootfs/etc/php81/php-fpm.d/www.conf @@ -0,0 +1,11 @@ +[ingress] +user = nginx +group = nginx +listen = 127.0.0.1:9001 +pm = dynamic +pm.max_children = 10 +pm.start_servers = 3 +pm.min_spare_servers = 2 +pm.max_spare_servers = 5 +pm.max_requests = 1024 +clear_env = no