Installing Nginx on Ubuntu
sudo apt updateBashsudo apt upgradeBashsudo apt install nginxBashEnable enginx at every system start
sudo systemctl enable nginxBashStart nginx
sudo systemctl start nginxBashStatus
sudo systemctl status nginxBash
Restart
sudo systemctl restart nginxBashReboot VPS server (if needed)
sudo systemctl rebootBash