Skip to content

Instantly share code, notes, and snippets.

@murachi1208
Created July 27, 2014 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murachi1208/bdcbd469262b41591da4 to your computer and use it in GitHub Desktop.
Save murachi1208/bdcbd469262b41591da4 to your computer and use it in GitHub Desktop.
Centos6.5に Nginx 1.7.3(mainline)をインストールしてみた ref: http://qiita.com/murachi1208/items/e4f1d20fefdd6017d162
$ sudo yum install http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
$ sudo vi /etc/yum.repos.d/nginx.repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
baseurl=http://nginx.org/packages/mainline/centos/6/$basearch/
$ sudo yum install nginx
$ sudo service nginx start
$ sudo chkconfig nginx on
exclude=nginx*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment