Internet Explorer issues with Nginx where Firefox works fine

Hi!

I have just started to use Nginx recently, but have stumbled into a big
problem.
I am using Nginx as a frontend for Apache, without caching.

Many sites have somekind of problem with Internex Explorer, because when
something should happen, it only happens upon a refresh (F5), whereas
Firefox deals with it and works fine.
If I direct the request to apache directly, IE works fine.
All I can say about these “somethings” are that one site has a webshop
and the problem happens when adding to cart (the cart remains empty
until refresh). The other site does some simple mysql_num_rows function
and simple mysql/php stuff, no javascript or iframe or anything. I don’t
really know these stuff, I only admin the servers…

Here is my nginx.conf:
http://pastebin.com/GBHiPEwP

Here is the included proxy.conf in /etc/nginx/conf.d:
http://pastebin.com/PNg7yV7c

And here is the sites config in /etc/nginx/sites…:
http://pastebin.com/QxB8PrFT

Please give me some hints on what I should tweak/set, because I really
would like to use Nginx for just about every site I have, but this is a
real pain so far :frowning:

Thanks in advance!

Regards,
Daniel

Posted at Nginx Forum:

Hi!

I have created some debug logs, and I assure you that there is no junk
in the log, nobody else was looking at the site:

  1. Here is the debug to the point where I need the refresh (with IE):
    http://pastebin.com/j1yzhHAu

  2. Here is the debug to the point when I have pushed refresh (with IE):
    http://pastebin.com/CZ38bHCa

  3. Here is the debug of Firefox without refresh, doing what IE should do
    with refresh (only Firefox is in the log):
    http://pastebin.com/hkXPHUEN

THx for every help you can give me, this is a real big problem!

Regards,
Daniel

Posted at Nginx Forum: