I am running piwik 2.14.3 / Debian 7 / Python 2.7 / Apache 2.2.22
Piwik, website and log analytics are running on the same server, which IP is 10.43.4.110.
If you haven’t customised these INI settings I’m not sure what could be the issue. Maybe it’s best if you create a bug report at: Issues · matomo-org/piwik-log-analytics · GitHub with your steps to reproduce
Thanks Matt.
Piwik is running on the reverse proxy server itself.
I tried configuring it like this:
assume_secure_protocol = 1
; Uncomment line below if you use a standard proxy
proxy_client_headers[] = HTTP_X_FORWARDED_FOR
proxy_host_headers[] = HTTP_X_FORWARDED_HOST
I have the same issue. I use a setup based on the official Docker images.
My setup:
[docker: matomo] <-fcgi- [host: nginx] <-https- internet
I currently use the matomo:3.11-fpm-alpine image. As data source I use the import script through an external docker container as suggested by the official Matomo image docs:
When I import logs like that, even though the IP is in the nginx logfile, the IP that shows up is 172.17.0.8, which is the internal IP of the temporary Docker container.