Re: [PATCH kimchi] Set the X-Forwarded-* headers
~emersion via public-inbox
512fa7b Set the X-Forwarded-* headers
Set the X-Forwarded-* headers
~emersion pushed to ~emersion/kimchi git
A bare-bones HTTP server. Designed to be used together with tlstunnel.
site example.org { root /srv/http } site example.com { reverse_proxy http://localhost:8080 }
MIT