My setup for https on my Ubuntu server using Nginx with certbot fails with ERR_ADDRESS_UNREACHABLE
My goal is to have Nginx return it's example welcome page while using https. I used certbot to create the certificates with the following command: certbot --nginx -d api.example.com In my /etc/nginx/conf.d/nginx-example-server.conf I have the following block: server { listen…