back to php 8.3
This commit is contained in:
11
src/rootfs/etc/php83/php-fpm.d/www.conf
Normal file
11
src/rootfs/etc/php83/php-fpm.d/www.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[www]
|
||||
user = nginx
|
||||
group = www-data
|
||||
listen = 127.0.0.1:9000
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
ping.path = /fpm-ping
|
||||
pm.status_path = /fpm-status
|
||||
Reference in New Issue
Block a user