March 2019
Intermediate to advanced
350 pages
7h 28m
English
To install nginx, you need to execute the following command:
sudo apt-get updatesudo apt-get install nginx
After you have installed nginx, then you can start the configuration:
sudo ufw app listAvailable applications: Nginx Full Nginx HTTP Nginx HTTPS OpenSSH
sudo ufw allow 'Nginx HTTP'Rules updatedRules updated (v6)
If you try to ...
Read now
Unlock full access