Skip to content

Instantly share code, notes, and snippets.

@flrngel
Created September 11, 2014 07:03
Show Gist options
  • Select an option

  • Save flrngel/4b09bd2f73ae77c25edd to your computer and use it in GitHub Desktop.

Select an option

Save flrngel/4b09bd2f73ae77c25edd to your computer and use it in GitHub Desktop.
nginx install
sudo add-apt-repository ppa:nginx/development;
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