It's weird, Certbot adds:
listen 443 ssl; # managed by Certbot
and in a separate block:
listen 80;
in my conf file, but it doesn;t seem to "get" there - I'm wondering if something in the original "main" conf is messing it up - I just switched it to Certbot from GoDaddy and it has:
listen 80 default_server;
listen [::]:80 default_server;
and in another block:
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
- I'm wondering if "default_server" needs to changed to the domain names.