Short on howto setup a default SSL server config for nginx.
Sometimes a webserver is required for some reason. Those times SSL/TLS is also usually required. Some of those times a shared server is used.
For quite some time now SNI (Server Name Indication) has been there to make this work.
Howev...