9 messages in ru.sysoev.nginxRe: Balancer Algorithms
FromSent OnAttachments
Stephen Nelson-SmithNov 20, 2008 3:08 am 
Almir KaricNov 20, 2008 3:27 am 
Philipp MichelsNov 20, 2008 3:33 am 
Stephen Nelson-SmithNov 20, 2008 4:07 am 
Grzegorz NosekNov 20, 2008 4:12 am 
Maxim DouninNov 20, 2008 4:18 am 
Stephen Nelson-SmithNov 20, 2008 4:23 am 
Asif AliNov 20, 2008 4:50 am 
Cherife LiNov 20, 2008 6:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Balancer AlgorithmsActions...
From:Maxim Dounin (mdou@mdounin.ru)
Date:Nov 20, 2008 4:18:27 am
List:ru.sysoev.nginx

Hello!

On Thu, Nov 20, 2008 at 12:08:05PM +0000, Stephen Nelson-Smith wrote:

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.

No, your assumption is wrong. All servers with backup flag are activated if all servers without backup flag are dead.