Update Docker image to PHP 8.1
This commit is contained in:
committed by
Frédéric Guillot
parent
7d0647cbed
commit
fa229bf03f
19
docker/etc/php81/php-fpm.conf
Normal file
19
docker/etc/php81/php-fpm.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[global]
|
||||
error_log = /proc/self/fd/2
|
||||
log_level = error
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
catch_workers_output = yes
|
||||
user = nginx
|
||||
group = nginx
|
||||
listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen = /var/run/php-fpm.sock
|
||||
pm = dynamic
|
||||
pm.max_children = 20
|
||||
pm.start_servers = 1
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
pm.max_requests = 2048
|
||||
include = /etc/php81/php-fpm.d/env.conf
|
||||
Reference in New Issue
Block a user