Created
June 25, 2013 16:57
-
-
Save krists/5860211 to your computer and use it in GitHub Desktop.
Install latest stable nginx on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python-software-properties software-properties-common | |
sudo add-apt-repository ppa:nginx/stable | |
sudo apt-get update | |
sudo apt-get install nginx | |
service nginx status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment