Yes, I wrote too soon. You're right, it was an issue on app0, the other server. Bad permissions for the nginx proxy_temp dir. Apologies for the spam!
On Thu, Feb 10, 2011 at 4:34 PM, Cyril Bonté <[email protected]> wrote: > Hi Josh, > > Le vendredi 11 février 2011 00:55:29, Josh Slayton a écrit : > > Hi, > > > > Sorry to drop in on the mailing list with what may be a stupid question, > > but I've been trying to figure it out myself for most of the day with no > > luck. > > > > At AngelList (angel.co) we have haproxy forwarding upstream to two nginx > > servers running passenger, serving a rails app. These servers are set to > > deliver all content gzipped using Transfer-Encoding: chunked. The problem > > is that we're getting some truncated responses on really large pages. > It's > > hit-or-miss as well. Try hitting http://angel.co/markets. About 25%-50% > of > > the time the response is truncated. > > Are your sure it's not a issue in one of your backend ? I sent some loops > of > requests on your website and the issue looked to occur every 2 requests (I > guess I'm not alone but it was what I observed). > > > If I access the webserver directly (app1.angel.co), I never get this > issue. > > Maybe the other one has always the issue ? > > > The only configuration option set besides timeouts and connections is > > "option httpclose", which shouldn't matter since it seems nginx isn't > using > > keepalive connections anyway. > > > > Any thoughts? Much appreciated. > > While I was writing this mail, I've seen that every requests are now OK, > I've > you fixed something ? > > -- > Cyril Bonté >

