Created
January 3, 2014 04:35
-
-
Save solicomo/8232807 to your computer and use it in GitHub Desktop.
Install nginx on CentOS 6.4
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
| http://wiki.nginx.org/Install | |
| To add nginx yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below: | |
| [nginx] | |
| name=nginx repo | |
| baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ | |
| gpgcheck=0 | |
| enabled=1 | |
| $ sudo yum install nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment