> On Jul 12, 2020, at 9:43 AM, dorafmon <[email protected]> wrote: > > I am trying to host multiple web apps on the same machine and they are all > SSL enabled. I am trying to put an Nginx server in front of them to redirect > incoming requests to different ports.
The domain carried forward is what nginx uses to decipher what vhost to return. Also, both of those domains are port 443, so it will go to the first/default domain. Cheers, Bee _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
