-
nginx: [emerg] duplicate listen options for [::]:443 [solved]
The error nginx: [emerg] duplicate listen options for [::]:443 usually happens when you have more than one domain or subdomain on a shared server. The error nginx: [emerg] duplicate listen options for [::]:443 Imagine the following scenario:– yoursite.com– api.yoursite.com In this case, you will have an nginx configuration for each domain above, that is: –…