Added by roytam1 over 4 years ago
Can lighttpd act as port multiplexer so non-HTTP connections can be passed to other ports (for example, ssh over TLS)?
I knew that nginx is able to do such action since 1.13.10 but I don't want to migrate my setup from lighttpd to nginx.
If you build recent lighttpd from source, you have access to mod_sockproxy, though I need to write up some basic doc for it.
Documentation: Docs_ModSockProxy