If you're serving up websites from your Linux data center and using NGINX, you need to enable SSL for a more secure solution. Secure Sockets Layer (SSL) has become a necessity for web servers. Why?
Apache cannot support named virtual hosts in SSL host configuration files, because it cannot see the hostname header when the SSL request is being processed. You can use a directory-level ...