Skip to content

Instantly share code, notes, and snippets.

@sfelde
Last active December 25, 2015 08:49
Show Gist options
  • Save sfelde/6949200 to your computer and use it in GitHub Desktop.
Save sfelde/6949200 to your computer and use it in GitHub Desktop.
nginx install
sudo apt-get install python-software-properties
sudo -s
nginx=stable # use nginx=development for latest development version
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment