Setup an nginx configuration to proxy a hostname to a localhost server.
This script will do the following:
- Install nginx and configure it to listen on your hostname
 - Install certbot and use it to obtain an SSL certificate for your hostname
 - Configure nginx to listen for your hostname on port 443 over TLS, and redirect port 80 connections to port 443
 - Proxy all incoming connections on your hostname to a localhost server of your choosing