Skip to content

configure Matomo reportingΒ #102

@matthewberry

Description

@matthewberry

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions