diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-11-01 16:05:22 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-11-01 16:05:22 +0100 |
| commit | 94b5971b02c7dc6ceb5b05edee805cae3b089a04 (patch) | |
| tree | 8e1ae1c97c0f9a432ea19d6881c4c7f8cbf90e8c /config/matomo/piwik.php | |
| parent | 693a844ec8838d6b110aa0b30ca3ba011671686d (diff) | |
chore: add matomo proxy tracker
Diffstat (limited to 'config/matomo/piwik.php')
| -rw-r--r-- | config/matomo/piwik.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/matomo/piwik.php b/config/matomo/piwik.php new file mode 100644 index 0000000..e2be0bd --- /dev/null +++ b/config/matomo/piwik.php @@ -0,0 +1,14 @@ +<?php +/** + * Matomo - free/libre analytics platform + * Matomo Proxy Hide URL + * + * @link https://matomo.org/faq/how-to/#faq_132 + * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + */ + +define('MATOMO_PROXY_FROM_ENDPOINT', 1); + +$path = "piwik.php"; + +include __DIR__ . '/proxy.php'; |
