1. Update the Ubuntu system

    You can do that with the command in the Command line.

sudo apt update && sudo apt upgrade -y
  1. Install the nginx package for Ubuntu Linux

sudo apt install nginx -y
  1. See if nginx runs

    You see if the package runs by typing the next command or going to your web browser and search for http://localhost.

sudo systemctl status nginx.service

Active: means that it is running on the computer.

Enabled: means that it automatically startups as the computer boots

Reply

Avatar

or to participate

Keep Reading