Hi Everyone! We move from nginx to haproxy for load balancing and all have been great! All we do with nginx (as balancer) we have been able to do it using haproxy, except for reprocessing a request on http error 5* from upstream servers as we did with nginx using option proxy_next_upstream. Is there any way to archive with haproxy the same that with nginx proxy_next_upstream [1]?
Best regards, [1] http://wiki.nginx.org/HttpProxyModule#proxy_next_upstream -- Ernesto Rodriguez Reina