]> Sergey Matveev's repositories - public-inbox.git/commit
examples/nginx_proxy: recommend `proxy_buffering off'
authorEric Wong <e@80x24.org>
Sat, 26 Nov 2022 09:55:16 +0000 (09:55 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Nov 2022 18:46:31 +0000 (18:46 +0000)
commit86cb9010c49523b1968c29ef592bc1afacc77894
tree597724e868074a4426803362f568c904b1b4fca8
parent2bacd6f4a4dbb1073d7f436411a4ed368faad37d
examples/nginx_proxy: recommend `proxy_buffering off'

public-inbox-httpd has always been designed to handle slow
clients efficiently via non-blocking sockets and epoll|kqueue.

Thus the proxy buffering capabilities of nginx were a needless
waste of memory and filesystem traffic and increases response
latency.

nginx does provide an HTTPS-capable reverse-proxy to talk to
varnish, however, any other HTTPS-capable reverse proxy works,
too.
examples/nginx_proxy