Install NGINX

To install nginx in Ubuntu or Debian, run the following commands:

sudo apt update
sudo apt install nginx

Refrences

Last updated