mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 23:25:41 +00:00
add selfoss
This commit is contained in:
16
selfoss/php-fpm.conf
Normal file
16
selfoss/php-fpm.conf
Normal file
@ -0,0 +1,16 @@
|
||||
[global]
|
||||
daemonize = no
|
||||
|
||||
[www]
|
||||
user = selfoss
|
||||
group = selfoss
|
||||
listen = /var/run/php-fpm.sock
|
||||
listen.owner = selfoss
|
||||
listen.group = selfoss
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
chdir = /
|
||||
request_terminate_timeout = 300
|
Reference in New Issue
Block a user