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
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
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