From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=0.0 required=3.0 tests=MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Danny Tran Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Rainbows! + Nginx Date: Mon, 5 Dec 2011 17:42:57 -0600 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1323132049 30310 80.91.229.12 (6 Dec 2011 00:40:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2011 00:40:49 +0000 (UTC) To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Tue Dec 06 01:40:43 2011 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:311 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RXj5O-0006R8-JX for gclrrg-rainbows-talk@m.gmane.org; Tue, 06 Dec 2011 01:40:42 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B7BAC1D782A0; Mon, 5 Dec 2011 19:40:41 -0500 (EST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by rubyforge.org (Postfix) with ESMTP id 721EC1D7810C for ; Mon, 5 Dec 2011 18:42:57 -0500 (EST) Received: by iabn5 with SMTP id n5so382693iab.23 for ; Mon, 05 Dec 2011 15:42:57 -0800 (PST) Received: by 10.50.94.229 with SMTP id df5mr12306792igb.27.1323128577068; Mon, 05 Dec 2011 15:42:57 -0800 (PST) Received: by 10.50.203.73 with HTTP; Mon, 5 Dec 2011 15:42:57 -0800 (PST) I'm trying to run a Rails app that utilizes HTTP streaming with Rainbows! behind Nginx. Here is my nginx.conf:https://gist.github.com/a749361acd09b6ae80e2 Despite setting proxy_buffering off; it appears that nginx is still buffering the output because I do not get a streaming response. =A0When I curl the app directly (port 3000) I get a proper streaming response, but when I curl nginx (which proxies to the Rails app) I do not get a streaming response. Any thoughts? Thanks,Danny _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying