X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d225dda62ccb2036e610125f42cbe91b21809c80..47d39899ca31f509e07422f1ceb11cc1bb45415e:/cookbooks/matomo/recipes/default.rb?ds=inline diff --git a/cookbooks/matomo/recipes/default.rb b/cookbooks/matomo/recipes/default.rb index 9cea5099d..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] @@ -212,7 +214,8 @@ end systemd_timer "matomo-archive" do description "Matomo report archiving" - on_calendar "*:05" + on_boot_sec "30m" + on_unit_inactive_sec "30m" end service "matomo-archive.timer" do