Ajouter 'two_public_ip/reverse_failover_nginx.md'
This commit is contained in:
8
two_public_ip/reverse_failover_nginx.md
Normal file
8
two_public_ip/reverse_failover_nginx.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Template reverse proxy avec Failover NGINX
|
||||||
|
|
||||||
|
```
|
||||||
|
upstream <nom_service> {
|
||||||
|
server <ip_service_ct_principal>:443 fail_timeout=60s max_fails=1;
|
||||||
|
server <ip_service_ct_backup>:443 backup;
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user