You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
336 B
15 lines
336 B
[icingaweb2]
|
|
user = _icingaweb2
|
|
group = icingaweb2
|
|
listen = /var/www/run/php-fpm-icingaweb2.sock
|
|
listen.owner = www
|
|
listen.group = www
|
|
listen.mode = 0660
|
|
pm = dynamic
|
|
pm.max_children = 20
|
|
pm.start_servers = 4
|
|
pm.min_spare_servers = 2
|
|
pm.max_spare_servers = 5
|
|
chroot = /var/www
|
|
env[TMP] = /icinga-web2/tmp
|
|
env[TMPDIR] = /icinga-web2/tmp
|
|
|