2020.12.26
Reverse proxy Google Tag Manager with Nginx
Reverse proxy Google Tag Manager and Google Analytics 4 with Nginx.
2020.12.26
Reverse proxy Google Tag Manager and Google Analytics 4 with Nginx.
I'm currently using LogDNA for tracking Nginx logs. Meanwhile, my Nginx server is behind Cloudflare proxy, I can only see IPs of Cloudflare by default in LogDNA. Let's see how to reveal user's real IP address in the logs behind such reverse proxy server by using ngx_http_realip_module.