Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Phil Bayfield | Nov 16, 2010 5:16 am | |
| Phil Bayfield | Nov 16, 2010 6:27 am | |
| Maxim Dounin | Nov 16, 2010 6:48 am | .txt |
| Phil Bayfield | Nov 16, 2010 7:01 am | |
| Maxim Dounin | Nov 16, 2010 10:24 am | |
| António P. P. Almeida | Nov 16, 2010 10:31 am | |
| Maxim Dounin | Nov 16, 2010 11:01 am | |
| Phil Bayfield | Nov 16, 2010 12:14 pm | |
| Maxim Dounin | Nov 16, 2010 12:32 pm | |
| Phil Bayfield | Nov 17, 2010 4:36 am | |
| Maxim Dounin | Jan 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.
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx






.txt