From e52cf23042a4859ffa4fb30988f753a7b7f954d1 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 17 Nov 2017 17:13:16 +0100 Subject: [PATCH] icingaweb2: Enable fcgi proxy --- manifests/profiles/icingaweb2.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/profiles/icingaweb2.pp b/manifests/profiles/icingaweb2.pp index 0486eef..f06375f 100644 --- a/manifests/profiles/icingaweb2.pp +++ b/manifests/profiles/icingaweb2.pp @@ -19,6 +19,9 @@ class icinga2_testing::profiles::icingaweb2 { name => $_fpm_service, require => Package['icingaweb2'], } + + contain ::apache::mod::proxy + contain ::apache::mod::proxy_fcgi } include ::apache -- GitLab