diff --git a/_reference/dropletSetup.md b/_reference/dropletSetup.md index eefd783d3..5454fde13 100644 --- a/_reference/dropletSetup.md +++ b/_reference/dropletSetup.md @@ -27,7 +27,7 @@ Add the SSH key to the drop creation screen. 3. Add Nginx & Configure 1. $ sudo apt-get update 2. $ sudo apt-get install nginx - 3. sudo ufw allow 'Nginx Full' + 3. $ sudo ufw allow 'Nginx Full' 4. $ sudo ufw app list 1. Nginx Full: Opens both port 80 (normal, unencrypted web traffic) and port 443 (TLS/SSL encrypted traffic) 2. Nginx Http: Opens only port 80 (normal, unencrypted web traffic)