mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
[global]
|
|
daemonize = no
|
|
|
|
[www]
|
|
user = owncloud
|
|
group = owncloud
|
|
listen = /var/run/php-fpm.sock
|
|
listen.owner = owncloud
|
|
listen.group = owncloud
|
|
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
|