I am using one Matomo domain to track multiple websites and wanna hide and not reveal the Matomo server URL.
I am using these instructions with Matomo Tracker Proxy specifically with git.
I have now a file on the server trackedsite.com/matomo/config.php
and this line:
// Edit the line below and replace http://your-tracker-proxy.org/ with the URL to your tracker-proxy
// setup. This URL will be used in Matomo output that contains the Matomo URL, so your Matomo is effectively
// hidden.
$PROXY_URL = 'http://your-tracker-proxy.org/';
In the instructions on Github it says:
$PROXY_URL
should contain the URL to the tracker-proxy server
Which one is the http://your-tracker-proxy.org/ domain?
Is this the same as the matomo-domain.com?
Any suggestions @matthieu or anybody else?
Thank you!