atom feed11 messages in ru.sysoev.nginxIssue with upstream
FromSent OnAttachments
Phil BayfieldNov 16, 2010 5:16 am 
Phil BayfieldNov 16, 2010 6:27 am 
Maxim DouninNov 16, 2010 6:48 am.txt
Phil BayfieldNov 16, 2010 7:01 am 
Maxim DouninNov 16, 2010 10:24 am 
António P. P. AlmeidaNov 16, 2010 10:31 am 
Maxim DouninNov 16, 2010 11:01 am 
Phil BayfieldNov 16, 2010 12:14 pm 
Maxim DouninNov 16, 2010 12:32 pm 
Phil BayfieldNov 17, 2010 4:36 am 
Maxim DouninJan 5, 2011 11:59 pm.txt
Subject:Issue with upstream
From:Phil Bayfield (ph@techlightenment.com)
Date:Nov 16, 2010 5:16:02 am
List:ru.sysoev.nginx

I'm having some problems configuring upstream servers with localhost backup (error page)

upstream backend1 { server 1.2.3.4; server 2.3.4.5; server localhost backup; }

upstream backend2 { server 3.4.5.6; server 4.5.6.7; }

Works, but:

upstream backend1 { server 1.2.3.4; server 2.3.4.5; server localhost backup; }

upstream backend2 { server 3.4.5.6; server 4.5.6.7; server localhost backup; }

Causes:

Testing nginx configuration: [emerg]: invalid parameter "backup"

Is this a bug?

Cheers Phil.