Skip to content

Instantly share code, notes, and snippets.

@jurka
Created February 7, 2012 14:01
Show Gist options
  • Select an option

  • Save jurka/1759829 to your computer and use it in GitHub Desktop.

Select an option

Save jurka/1759829 to your computer and use it in GitHub Desktop.
Install nginx on ubutntu 10.04 LTS via PPA
#you need to have root rigths
sudo su
add-apt-repository ppa:nginx/stable
apt-get update
apt-get install nginx-full
/etc/init.d/nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment