Re: Google Analytics with nginx reverse proxy

2013-12-12 Thread fakrulalam
Google analytics code (the JavaScript) works properly when I point my domain to apache server. But when I point my domain to nginx (as reverse proxy); Google Analytics statistics get dropped and it doesn't show the actual users hits. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,24546

Re: Google Analytics with nginx reverse proxy

2013-12-12 Thread Lasse Laursen
Google analytics code (the JavaScript) isn't served from your server. I don't quite understand what your problem is? Sent from my iPhone > On 12/12/2013, at 12.33, "fakrulalam" wrote: > > I am using NGINX as reverse proxy and forward the traffic to Apache server > where Google Analytics is con

Google Analytics with nginx reverse proxy

2013-12-12 Thread fakrulalam
I am using NGINX as reverse proxy and forward the traffic to Apache server where Google Analytics is configured. I have configured proxy_set_header and from Apache server I can view users IP address. But in Googel Analytics users session droped. I am wonder where there is any other configuration n