I need to start using reverse proxy and such things. Have you decided upon that instead of Nginx Proxy Manager or Caddy? Or are you using HAProxy to solve other challenges?
I use it for a few other things than reverse proxying. HAProxy seemed like a light weight solution to what I was looking for: parse an incoming request and hand it to something else as fast as possible, and doesn't do any web hosting itself.
Comments
I need to start using reverse proxy and such things. Have you decided upon that instead of Nginx Proxy Manager or Caddy? Or are you using HAProxy to solve other challenges?
I use it for a few other things than reverse proxying. HAProxy seemed like a light weight solution to what I was looking for: parse an incoming request and hand it to something else as fast as possible, and doesn't do any web hosting itself.