> > Just add another backup server to your backend and it will only be used when > your "prim" and "sec" are both down. It can serve content from wherever > you'd like including nginx serving up a static sorry page on localhost ... > or a sorry page from S3, etc. > > -Bryan >
You can also add a error file directive which let haproxy serve a page whenever all the servers in the same farm are down :) So unless your LB is down, you'll still be able to communicate something to your users. Baptiste

