Nginx

1. Install

sudo apt update
sudo apt install nginx -y

2. Start nginx and auto reboot

sudo systemctl start nginx
circle-info

Start nginx.

sudo systemctl enable nginx
circle-info

Auto reboot nginx.

Last updated