Skip to content

Instantly share code, notes, and snippets.

@ivan-loh
Created November 10, 2014 14:27
Show Gist options
  • Select an option

  • Save ivan-loh/fe98e56eed86ebc97de0 to your computer and use it in GitHub Desktop.

Select an option

Save ivan-loh/fe98e56eed86ebc97de0 to your computer and use it in GitHub Desktop.
install_nginx.sh
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