How can I check if NGINX is logging my IP correctly?
My Laravel is logging my IP as “IP, IP” giving me invalid IP address errors.
The ip of the browser should be in de logfiles
Apache and NGINX is logging IP’s as “ip, ip” for some reason.
Sorted by adding this to apache conf:
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 127.0.0.1
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.