From e2fc0433de38c322ce46ad250bc0f0f03e7710c8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 24 Oct 2024 06:43:08 -0400 Subject: add icinga --- .../local/etc/php-fpm.d/icingaweb.conf.icinga_server | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server (limited to 'files/usr/local/etc/php-fpm.d/icingaweb.conf.icinga_server') 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 -- cgit v1.2.3