# Template reverse proxy avec Failover NGINX ``` upstream { server :443 fail_timeout=60s max_fails=1; server :443 backup; } ```