WIP for deployment

This commit is contained in:
Patrick Fic
2020-05-01 18:32:45 -07:00
parent c404ff377c
commit bf24002f6c

View File

@@ -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)