Re: https auto redirect to specific port

2018-10-10 Thread c4rl
Wow, that's what I needed! It's so simple. Many thanks! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281566,281568#msg-281568 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: https auto redirect to specific port

2018-10-10 Thread Francis Daly
On Wed, Oct 10, 2018 at 01:56:47PM -0400, c4rl wrote: Hi there, if I am reading this right, then what you describe and what the config file you provide say, are different. > The first vhost needs to listen on 8080 (https) and as you can see I'm using > a redirect from http > https 8080. The seco

https auto redirect to specific port

2018-10-10 Thread c4rl
Hi experts, I'm not sure if the subject is resuming correctly my question but I'll try to explain it. I have the configuration below in my server, this server has 2 vhosts: example.com and mydomain.com The first vhost needs to listen on 8080 (https) and as you can see I'm using a redirect from h