blob: faf5f6245bdcfe6bcfa017b8939947694120873c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[davical]
user = ${nginx_user}
group = ${nginx_user}
listen = ${davical_fpm_socket}
listen.owner = ${nginx_user}
listen.group = ${nginx_user}
listen.mode = 0660
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = ${davical_webroot}
catch_workers_output = yes
decorate_workers_output = no
|