
Multiple domains pointing to a single IP running Nginx
In this article I will try to help you to setup multiple domains to point to a single Nginx server running multiple local servers.
Step 1:
We have to install the Nginx server. I will use an Ubuntu machine:
$ sudo apt-get update
$ sudo apt-get install nginx
Step 2:
Now we