Upstream health proxy pass nginx

Round-robin upstream with backup and keepalive connections

upstream backend { server 10.0.0.1:8080; server 10.0.0.2:8080 backup; keepalive 32; }
more nginx all 15 commands →