diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-24 06:43:08 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-24 06:43:08 -0400 |
commit | e2fc0433de38c322ce46ad250bc0f0f03e7710c8 (patch) | |
tree | f04f079ed745f0c0350af93adf6491bbfec1cd13 /files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server | |
parent | 393adb9a95913e1658afe3243e4a0498dced9090 (diff) | |
download | infrastructure-e2fc0433de38c322ce46ad250bc0f0f03e7710c8.tar.gz |
add icinga
Diffstat (limited to 'files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server')
-rw-r--r-- | files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server b/files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server new file mode 100644 index 0000000..35bab5c --- /dev/null +++ b/files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server @@ -0,0 +1,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 |