RE: Odd issue with proxy_pass serving wrong cached data

2014-02-27 Thread Brian Hill
nx.org [mailto:nginx-boun...@nginx.org] On Behalf Of Maxim Dounin Sent: Wednesday, February 26, 2014 1:12 AM To: nginx@nginx.org Subject: Re: Odd issue with proxy_pass serving wrong cached data Hello! On Wed, Feb 26, 2014 at 02:32:25AM +, Brian Hill wrote: > So now it doesn't look like

Re: RE: Odd issue with proxy_pass serving wrong cached data

2014-02-26 Thread itpp2012
disable gzip, sendfile off, use something else then epoll, disable proxy_cache_path and take it from there to see if it still happens. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247939,247950#msg-247950 ___ nginx mailing list nginx@nginx.

Re: Odd issue with proxy_pass serving wrong cached data

2014-02-26 Thread Maxim Dounin
Hello! On Wed, Feb 26, 2014 at 02:32:25AM +, Brian Hill wrote: > So now it doesn't look like it's a caching issue at all. I've > completely gutted my config files and stripped it down, and I'm > still seeing the same issue. I even shot a video of what I'm > seeing and stuck it on YouTube a

RE: Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread Brian Hill
proxy_pass https://wyessl; } } } BH Sent: Tuesday, February 25, 2014 9:52 AM To: nginx@nginx.org Subject: Odd issue with proxy_pass serving wrong cached data I'm having an odd issue, and I'm not sure where to start. We've been implement

Re: Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread ThattyaneAlves
I'm having an odd issue, and I'm not sure where to start. We've been implementing a number of NGINX servers recently, and one of them is ... http://time4livetv.blogspot.com/2014/02/south-park.html Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247939,247940#msg-247940

Odd issue with proxy_pass serving wrong cached data

2014-02-25 Thread Brian Hill
I'm having an odd issue, and I'm not sure where to start. We've been implementing a number of NGINX servers recently, and one of them is doing a proxy_pass to an older IIS7 server that we'll be phasing out soon, which is hosting a couple of minor sites in our datacenter. When initially browsing