Configuration for a reverse proxy using nginx and docker.
Edit nginx.conf and replace the servername and port with your own.
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.crt
docker build -t nginx-reverse-proxy .
docker run -p 443:443 --name nginx-reverse-proxy -d nginx-reverse-proxy