Re: How do I add multiple proxy_pass

2019-08-01 Thread blason
yeah that's a good point and let me try out that. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284983,285078#msg-285078 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How do I add multiple proxy_pass

2019-08-01 Thread Francis Daly
On Thu, Jul 25, 2019 at 04:07:57AM -0400, blason wrote: Hi there, > My reverse proxy set it up as www.example.com and location / is set it as > location / { > proxy_pass https://www.example.com:8084; > Now URL is getting opened properly when I login it again diverts to port 88 > on the s

How do I add multiple proxy_pass

2019-07-25 Thread blason
Hi, I have nginx with version 1.10.1 and have below scenario which I am not able to figure it out. My reverse proxy set it up as www.example.com and location / is set it as location / { proxy_pass https://www.example.com:8084; Now URL is getting opened properly when I login it again dive