nginx SNI support

According to the docs, Virtualmin's nginx module only supports SSL on a dedicated IP. But, nginx now (and for a while) has support for SNI and multiple virtual hosts with SSL.

Docs are here:

http://nginx.org/en/docs/http/configuring_https_servers.html#certificate...

And maybe better examples here:

https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-...

Looks like it should be supported on any of our recent distros (probably not in CentOS 5 or pre-12.04 Ubuntu, though).

Status: 
Closed (fixed)

Comments

Joe's picture
Submitted by Joe on Wed, 09/28/2016 - 16:09 Pro Licensee

Status: Active ยป Fixed

Nevermind. Apparently, support for SNI already exists. Updating the docs to reflect that.

The Nginx plugin already supports multiple SSL domains on the same IP, with SNI.

So maybe just the docs are out of date?