aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server
blob: 35bab5c0bc1288eab21ce3aacf79b1d6e7050c39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[icingaweb]
user = ${nginx_user}
group = ${nginx_user}

listen = ${icingaweb_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 = ${icingaweb_webroot}

catch_workers_output = yes
decorate_workers_output = no