Matomo und NGINX-Proxy

Damit Sie bei uns auch mit aktivem NGINX-Proxy das Matomo Tool verwenden können, tragen Sie folgende Konfiguration in die Konfigurationsdatei config/config.ini.php ein:

reverse_proxy = 1
proxy_client_headers[] = "HTTP_X_FORWARDED_FOR"
proxy_client_headers[] = "X-Real-IP"
proxy_host_headers[] = "HTTP_X_FORWARDED_HOST"
proxy_ips[] = "nn.nn.nn.nn"

Related Articles