Ssl_certificate_key /etc/letsencrypt/live//privkey.pem #Certbot Ssl_certificate /etc/letsencrypt/live//fullchain.pem #Certbot Listen :443 ssl http2 ipv6only=on #Certbot etc/ssl/certs/dhparam.pem:/etc/ssl/certs/dhparam.pem I'm not sure what's wrong with my configuration. The personal website works fine, and I was able to get a sample node server working as a debugging attempt for the game server config, but the game server just doesn't work. I want it so that is the personal website, and is the game server. I'm trying to setup an Nginx docker container to run my personal website as well as my game servers on a digital ocean droplet.