about summary refs log tree commit homepage
path: root/examples/nginx_proxy
DateCommit message (Collapse)
2022-11-26examples/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.
2020-02-24examples/nginx_proxy: convert CRLF to LF
It was the only file in our tree which had CRLF line endings, so make it consistent with the rest.
2019-06-04examples: add sample nginx configuration
The sample configuration can be used to proxy-pass requests to public-inbox-httpd or to a standalone PSGI/Plack server.