#author("2016-07-10T13:04:25+09:00","default:wikiwriter","wikiwriter")
#author("2016-07-10T20:04:23+09:00","default:wikiwriter","wikiwriter")
[[CentOS6]]

&tag(CentOS6/Nginx);
*目次 [#bad001f4]
#contents
*関連ページ [#edf5b93a]
*参考情報 [#f5236279]
-[[CentOS6 に nginx を yum からインストール - Qiita:http://qiita.com/ymaru/items/4a56f1619c960981180f]]

*インストール [#u070a9ec]
-yumリポジトリを追加。[[nginx: Linux packages:http://nginx.org/en/linux_packages.html#stable]]にリンクがあるらしいがみつからなかった。
 rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
-/etc/yum.repos.d/nginx.repoを確認しておく。stableの場合はこのままで良し。
#pre{{
# nginx.repo

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
gpgcheck=0
enabled=1
}}
-インストール。1.10.1がインストールされた。
 yum instlal nginx
-設定ファイルは/etc/nginx/nginx.conf。デフォルト設定は/etc/nginx/conf.d/default.conf。ポート80版なのでapacheとバッティングするまずいならあらかじめ変更しておく。
-サービス起動 
 service nginx start
-自動起動設定
 chkconfig nginx on

*ついでにphp-fpmも [#sc706b20]
-インストール
 yum install php-fpm
-サービス起動
 service php-fpm start
-自動起動
 chkconfig php-fpm on

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS