]> git.openstreetmap.org Git - chef.git/commitdiff
Enable proxy_fcgi for matomo
authorTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 18:19:57 +0000 (18:19 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 18:20:13 +0000 (18:20 +0000)
cookbooks/matomo/recipes/default.rb

index 0e6576103c3bb167be0c6d304837dabed689ce29..5557d78d09a878067ca60e0f7a21fb1e928eef53 100644 (file)
@@ -37,6 +37,8 @@ package %w[
 ]
 
 apache_module "expires"
+apache_module "proxy"
+apache_module "proxy_fcgi"
 apache_module "rewrite"
 
 version = node[:matomo][:version]