Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStarker3 <richard@stark-records.com>2021-11-23 15:32:51 +0300
committerGitHub <noreply@github.com>2021-11-23 15:32:51 +0300
commitf482793eb8a22f2d5a7a4966f69880f184fb1e2b (patch)
tree56790c445fda49c6081374a7b39b13b5a5319808 /config
parent808c35fe1d043544e68cabc1fb72e3d2fe624f0e (diff)
Add info for trusted_hosts (#18365)
* Add info for trusted_hosts Some users were confused what this setting exactly does, so they were adding all possible hostnames that might be used such as tracking hostnames, etc. This results in the wrong URLs being used for things such as Email Reports. * ws change to trigger new builds * another ws to trigger build Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 12344530ae..fbd0500424 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -676,7 +676,8 @@ proxy_ip_read_last_in_list = 0
enable_trusted_host_check = 1
; List of trusted hosts (eg domain or subdomain names) when generating absolute URLs.
-;
+; This only needs to be set for any hostnames that the Matomo UI will be accessed from. It is not necessary to set this
+; for other additional hostnames (For example tracking, API, etc.)
; Examples:
;trusted_hosts[] = example.com
;trusted_hosts[] = stats.example.com
@@ -1230,4 +1231,4 @@ PluginsInstalled[] = Intl
SDK_batch_size = 10
SDK_interval_value = 30
-; NOTE: do not directly edit this file! See notice at the top \ No newline at end of file
+; NOTE: do not directly edit this file! See notice at the top