December 2017
Beginner to intermediate
362 pages
8h 35m
English
We need to configure the firewall on our Nginx server to allow access to the Nginx service. Follow these steps:
sudo ufw status
You should see the following output:
Status: inactive
sudo ufw enable
You should see the following output
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
Firewall is active and enabled on system startup
sudo ufw app list
You should ...
Read now
Unlock full access