From: Tom Hughes Date: Fri, 30 Dec 2022 18:19:57 +0000 (+0000) Subject: Enable proxy_fcgi for matomo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/17266083275aa2647ed2596ee55b389967d01feb Enable proxy_fcgi for matomo --- diff --git a/cookbooks/matomo/recipes/default.rb b/cookbooks/matomo/recipes/default.rb index 0e6576103..5557d78d0 100644 --- a/cookbooks/matomo/recipes/default.rb +++ b/cookbooks/matomo/recipes/default.rb @@ -37,6 +37,8 @@ package %w[ ] apache_module "expires" +apache_module "proxy" +apache_module "proxy_fcgi" apache_module "rewrite" version = node[:matomo][:version]