login consent app sql
This commit is contained in:
20
containers/loginappsql/www.conf
Normal file
20
containers/loginappsql/www.conf
Normal file
@ -0,0 +1,20 @@
|
||||
[global]
|
||||
daemonize=no
|
||||
error_log=/dev/stderr
|
||||
|
||||
[www]
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
listen = /run/php/php8.1-fpm.sock
|
||||
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
|
||||
pm = dynamic
|
||||
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
catch_workers_output = yes
|
Reference in New Issue
Block a user