~emersion/kimchi

A bare-bones HTTP server
22 days ago
a month ago

#kimchi

Warning: this project has moved to Codeberg.

A bare-bones HTTP server. Designed to be used together with tlstunnel.

site example.org {
	file_server /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