[Buildbot-devel] Live log reading in browser

SZENTE Balint balint at szentedwg.ro
Thu Aug 16 06:52:44 UTC 2012


Hello!


I had the same issue with nginx. Turning the proxy_buffering off solved
the issue for me. Here is my config:

server {
  ...
  location ^~ /buildbot/ {
    proxy_buffering off;
    proxy_pass      http://127.0.0.1:8010/;
  }
  ...
}

On Wed, 15 Aug 2012 18:42:18 -0400
Charles Lepple <clepple at gmail.com> wrote:

> On Wed, Aug 15, 2012 at 12:36 PM, Benoît Allard <benoit at aeteurope.nl>
> wrote:
> > In order for me to investigate my missing config bit, can you point
> > me to some keywords that this feature is using, something like "log
> > streaming", or such ?
> 
> Not sure about nginx, but for Apache I use "ProxyIOBufferSize 512". I
> think it roughly corresponds to this:
> 
> http://wiki.nginx.org/HttpProxyModule#proxy_buffer_size
> 
> but nginx seems to have more knobs to turn. In particular, you might
> look at just turning buffering off, perhaps only for the logs.
> 





More information about the devel mailing list