~emersion/kimchi

A bare-bones HTTP server

Nikita Vilunov via public-inbox

23 hours ago

cd8b11f Don't trust http.Request.URL.Scheme to set Forwarded proto

15 days ago

#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