On 9 April 2013 13:35, ESWAR RAO wrote:
> Hi All,
>
> I observed that automatic failover behaviour is not working with my nginx
> server.
What you describe is exactly what I would expect. No HTTP-compliant
proxy would shunt an active connection, mid-request, over to another
backend once a TCP con
Can anyone provide me some insight on this issue.
--
Posted via http://www.ruby-forum.com/.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi All,
I observed that automatic failover behaviour is not working with my nginx
server.
# /opt/nginx/sbin/nginx -v
nginx version: nginx/1.2.8
nginx server is running with following conf:
upstream lb_get {
server localhost:8031 ;
server localhost:8032 ;
}
server {
lis