Re: Nginx as LB to redirect/return to upstream server instead of Proxy

2018-10-15 Thread Maxim Dounin
Hello! On Mon, Oct 15, 2018 at 03:15:39PM +0200, Aleksandar Lazic wrote: > Hi. > > Am 15.10.2018 um 09:08 schrieb anish10dec: > > We want to use Nginx as LB in a way so that Nginx can return 301 or 302 > > redirect to client instead of Proxying request to backend/upstream servers. > > > > It

Re: Nginx as LB to redirect/return to upstream server instead of Proxy

2018-10-15 Thread Aleksandar Lazic
Hi. Am 15.10.2018 um 09:08 schrieb anish10dec: > We want to use Nginx as LB in a way so that Nginx can return 301 or 302 > redirect to client instead of Proxying request to backend/upstream servers. > > It is required as Server which is configured as LB is having limited > throughput of 1 Gbps

Nginx as LB to redirect/return to upstream server instead of Proxy

2018-10-15 Thread anish10dec
We want to use Nginx as LB in a way so that Nginx can return 301 or 302 redirect to client instead of Proxying request to backend/upstream servers. It is required as Server which is configured as LB is having limited throughput of 1 Gbps while upstream servers are having throughput of 10Gbps .