blob: faf5f6245bdcfe6bcfa017b8939947694120873c (
plain) (
tree)
|
|
[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
|