2 messages in ru.sysoev.nginxDoes order of servers in upstream dir...
FromSent OnAttachments
Yusuf GoolamabbasSep 1, 2006 6:39 am 
Igor SysoevSep 1, 2006 10:16 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:Does order of servers in upstream directive matter ?Actions...
From:Yusuf Goolamabbas (yusu@public.gmane.org)
Date:Sep 1, 2006 6:39:27 am
List:ru.sysoev.nginx

From my reading of the upstream directive documentation (albeit via babelfish)

http://sysoev.ru/nginx/docs/http/ngx_http_upstream.html

I can't determine if the order of server names/IP in the upstream directive matter. does nginx balance the connections randomly (assuming no weight's are provided or is it round-robin) if I have 2 nginx instances should I keep

server A;server B; in one instance and server B; server A in the other instance

Thanks, Yusuf