Hi, I was looking at different reverse proxies (Traefik, Caddy, NGINX, Apache (mod_proxy
), HAProxy) - I wanted to run two instances of a proxy on different devices for failover. I do not find much about running reverse-proxies in a failover configuration, could someone point me at a resource related to these proxies so I can figure out how to run reverse-proxies in an HA configuration?
Thanks
You must log in or register to comment.
You probably need something like Fabio or Nginx to serve as a load balancer in front of the two instances you want to proxy.