Load balancer question

2014-11-11 Thread Tinte garcia, Miguel Angel
Hi everyone, I am starting to work with nginx to use it as a load balancer for a web service. Basically, what I am try to configure is something like: $ cat nginx.conf … http { upstream load_balancer { server localhost:8080/Instance1; server localhost:80

Re: Handling redirects among upstream servers

2014-11-11 Thread zappa
Ok, thanks for pointing that out. Things are working for me now with an error_page handler for 301s only, so I'll stick with this setup for now. Ico Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254664,254757#msg-254757 ___ nginx mailing l