echo "installing nginx "
sudo apt-get update
sudo apt-get install nginx -y
sudo service nginx restart