How to configure Multisite in Nginx on Ubuntu 18
Nginx is a famous web server package. Here i am going to explain how to install nginx and configure multiple site on that single server.
First we are going to upgarde and update the server.
sudo apt-get update -y
sudo apt-get upgrade -y
after that i...
venket.hashnode.dev3 min read