Created
November 10, 2014 11:39
-
-
Save Unitech/a0b050ba06f2bf389a8e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Install Nginx. | |
| echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" > /etc/apt/sources.list.d/nginx-stable-trusty.list | |
| echo "deb-src http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" >> /etc/apt/sources.list.d/nginx-stable-trusty.list | |
| apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment