Hi, > so this should work: > > upstream backend { > server backend1.example.com; > server backend2.example.com backup; > } That looks good. If I add backend3.example.com backup, I assume that is used only if backed2 fails. S.