Skip to content

Instantly share code, notes, and snippets.

@witooh
Created June 26, 2014 06:34
Show Gist options
  • Save witooh/0be5c1b475946f73b687 to your computer and use it in GitHub Desktop.
Save witooh/0be5c1b475946f73b687 to your computer and use it in GitHub Desktop.
Ubuntu Install Nginx
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment