LoginSignup
32
30

More than 5 years have passed since last update.

CentOSにnginx最新をyumでインストール

Last updated at Posted at 2015-06-12

前提

  • CentOS 6.6
  • nginx 1.8.0

nginx公式

yumリポジトリをCentOSに登録。

# rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm

nginxをyumでインストール

# yum -y install nginx

バージョン確認

# nginx -v
nginx version: nginx/1.8.0

おつかれさまでした

32
30
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
32
30