~emersion/kimchi

A bare-bones HTTP server
Don't trust http.Request.URL.Scheme to set Forwarded proto
Drop port from X-Forwarded-For
f43d2f1d — delthas 9 days ago
Support Hijack, Flush when using access logs

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~emersion/kimchi
read/write
git@git.sr.ht:~emersion/kimchi

You can also use your local clone with git send-email.

#kimchi

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
}

#Contributing

Send patches to the mailing list, report bugs on the issue tracker.

#License

MIT