Skip to content

Instantly share code, notes, and snippets.

@kevingo
Created May 18, 2016 09:44
Show Gist options
  • Select an option

  • Save kevingo/00a9e6c2e9232c8d584a55d4324480fd to your computer and use it in GitHub Desktop.

Select an option

Save kevingo/00a9e6c2e9232c8d584a55d4324480fd to your computer and use it in GitHub Desktop.
Install Nginx with newest version
sudo -s
add-apt-repository ppa:nginx/stable
apt-get update
apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment