Nginx

1. Install

sudo apt update
sudo apt install nginx -y

2. Start nginx and auto reboot

sudo systemctl start nginx

Start nginx.

sudo systemctl enable nginx

Auto reboot nginx.

Last updated

Was this helpful?