From c65f0d7c725aad6dc6a132e28cf2100d1fe8351d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Apr 2025 12:13:11 +0100 Subject: [PATCH] Update matomo configuration --- cookbooks/matomo/templates/default/config.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/matomo/templates/default/config.erb b/cookbooks/matomo/templates/default/config.erb index ccfad7aac..a98ec4d81 100644 --- a/cookbooks/matomo/templates/default/config.erb +++ b/cookbooks/matomo/templates/default/config.erb @@ -11,8 +11,7 @@ collation = "utf8mb4_unicode_ci" [General] force_ssl = 1 -force_ssl_login = 1 -login_allowlist_apply_to_reporting_api_requests = "0" +login_allowlist_apply_to_reporting_api_requests = 0 proxy_client_headers[] = "HTTP_X_FORWARDED_FOR" trusted_hosts[] = "matomo.openstreetmap.org" trusted_hosts[] = "piwik.openstreetmap.org" -- 2.39.5