edicl/hunchentoot

reverse proxy

Opened this issue · 0 comments

Hello,

I'd like to implement something similar to proxy_pass on nginx: I'd like incoming requests matching a certain path to be handled by another service listening on a different port.

Could you help provide some documentation or examples for how to do this?