Welcome! Log In Create A New Profile

Advanced

Send all requests to two separate upstream servers?

Eric Feldhusen
June 17, 2014 10:14AM
I have a need to adjust a nginx install doing reverse proxy to a single
server now to adjust it to send all requests it receives to two different
upstream servers.

I was thinking I could do it with the configuration below, but I wasn't
sure if that would work and I'd have to use re-write rules instead.

upstream original_upstream {
server <ip address>
}
upstream new_upstream {
server <ip address>
}

server {
location / {
proxy_pass http://original_upstream;
}
location / {
proxy_pass http://new_upstream;
}


Any suggestions?


Eric Feldhusen
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Send all requests to two separate upstream servers?

Eric Feldhusen June 17, 2014 10:14AM

Re: Send all requests to two separate upstream servers?

Richard Kearsley June 17, 2014 11:10AM

Re: Send all requests to two separate upstream servers?

Eric Feldhusen June 17, 2014 11:14AM

Re: Send all requests to two separate upstream servers?

Richard Kearsley June 17, 2014 11:26AM

Re: Send all requests to two separate upstream servers?

Reinis Rozitis June 17, 2014 11:38AM

Re: Send all requests to two separate upstream servers?

Eric Feldhusen June 17, 2014 06:10PM

Re: Send all requests to two separate upstream servers?

Yichun Zhang (agentzh) June 17, 2014 06:28PM

Re: Send all requests to two separate upstream servers?

Eric Feldhusen June 17, 2014 11:22PM

Re: Send all requests to two separate upstream servers?

unclepieman June 17, 2014 11:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 123
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready