Nginx notebook


upstream backend {
   server 10.1.0.101 weight=5;
   server 10.1.0.102 max_fails=3 fail_timeout=30s;
   server 10.1.0.103;
}

Source: https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/#hc_passive

Index of /blog/2019-12-06-Nginx-notebook/

NameLast ModifiedSizeType
Parent Directory/ -  Directory
lighttpd/1.4.33