Add Baikal
This commit is contained in:
11
baikal/rootfs/etc/php8/php-fpm.d/www.conf
Normal file
11
baikal/rootfs/etc/php8/php-fpm.d/www.conf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user