Tutorial by Examples

# Define which servers to include in the load balancing scheme. # It's best to use the servers' private IPs for better performance and security. upstream backend { ip_hash; server 10.10.10.10 slow_start=30s max_fails=3 fail_timeout=15s; server 10.10.10.12 slow_start=30s max_fa...

Page 1 of 1