SSL, multiple server blocks, same domain?

Phillip Oldham phill at activityhq.com
Mon Dec 14 12:46:58 MSK 2009


Igor Sysoev wrote:
> You should define the "ssl" once, and then use it without the "ssl":
>
>     listen 443 ssl;
>
>     listen 443;
>
>     listen 443;
>   

Thanks Igor. That's now working.

Can I ask in which nginx version the directive `ssl on;` was deprecated 
in favor of `listen 443 ssl;`?



More information about the nginx mailing list