-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The Matomo container contains a file /bitnami/matomo/config/config.ini.php that we need to modify.
The current version of the file contains this block:
[General]
salt=d7b6a091d960c70afcb3d65d22d2d6a3
trusted_hosts[]=127.0.0.1
trusted_hosts[]=matomo.mmli2.ncsa.illinois.edu
enable_trusted_host_check=0
We need to replace that block with this block:
[General]
salt=d7b6a091d960c70afcb3d65d22d2d6a3
trusted_hosts[]=127.0.0.1
trusted_hosts[]=matomo.mmli2.ncsa.illinois.edu
enable_trusted_host_check=0
enable_processing_unique_visitors_day = 1
enable_processing_unique_visitors_week = 1
enable_processing_unique_visitors_month = 1
enable_processing_unique_visitors_year = 1
enable_processing_unique_visitors_range = 1
Note the block should appear at the same position in the file, namely, after the [database] block and before the [PluginsInstalled] block.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels