implemented cross-domain matomo tracking on nginx level

This commit is contained in:
2023-11-18 20:02:55 +01:00
parent f285f2b46e
commit a60ec9fa21
54 changed files with 182 additions and 64 deletions

View File

@@ -0,0 +1,2 @@
matomo_domain: "matomo.{{top_domain}}"
base_domain: "{{ domain | regex_replace('^(?:.*\\.)?(.+\\..+)$', '\\1') }}"