Created
April 24, 2017 02:13
-
-
Save joshuaebowling/7c52f28e28490dfcf3390949fd9feae5 to your computer and use it in GitHub Desktop.
Install Nginx on Digital Ocean Ubuntu 16.04 and configure UFW
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# source https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04 | |
sudo apt-get update | |
sudo apt-get install nginx | |
# options 'Nginx HTTP', 'Nginx HTTPS', 'Nginx Full' | |
sudo ufw allow 'Nginx HTTP' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment