17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
|
[nextcloud]
|
||
|
user = {{nextcloud_user}}
|
||
|
group = {{nextcloud_group}}
|
||
|
listen = /run/nextcloud/nextcloud.sock
|
||
|
env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||
|
env[TMP] = /tmp
|
||
|
|
||
|
; should be accessible by your web server
|
||
|
listen.owner = http
|
||
|
listen.group = http
|
||
|
|
||
|
pm = dynamic
|
||
|
pm.max_children = 15
|
||
|
pm.start_servers = 2
|
||
|
pm.min_spare_servers = 1
|
||
|
pm.max_spare_servers = 3
|