Téléverser les fichiers vers "baikal/rootfs/etc/php81/php-fpm.d"
This commit is contained in:
parent
b802b47d56
commit
1691c71141
11
baikal/rootfs/etc/php81/php-fpm.d/www.conf
Normal file
11
baikal/rootfs/etc/php81/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
|
||||
Loading…
Reference in a new issue