Skip to content

Instantly share code, notes, and snippets.

@krists
Created June 25, 2013 16:57
Show Gist options
  • Save krists/5860211 to your computer and use it in GitHub Desktop.
Save krists/5860211 to your computer and use it in GitHub Desktop.
Install latest stable nginx on ubuntu
sudo apt-get install python-software-properties software-properties-common
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx
service nginx status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment