mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 21:09:17 +00:00
18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
[global]
|
|
daemonize = no
|
|
|
|
[www]
|
|
user = nextcloud
|
|
group = nextcloud
|
|
listen = /var/run/php-fpm.sock
|
|
listen.owner = nextcloud
|
|
listen.group = nextcloud
|
|
pm = dynamic
|
|
pm.max_children = 10
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
chdir = /
|
|
request_terminate_timeout = 300
|
|
env[PATH] = /usr/local/bin:/usr/bin:/bin
|