NGINX
Nginx is a common tool for load balancing and reverse-proxying. We will use Nginx to pass your instance to your domains and add SSL to your site.
Assuming you are running a Linux system based off of Debian, run the following command to install nginx:
After installing Nginx, configure it in /etc/nginx/nginx.conf
. The configuration I would recommend can be found below: