0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CentOS6に Nginx 1.16.0 を導入する

Posted at

最新版を利用するに越したことは無いが、一つ前のバージョンで動作確認をする必要があったために、1.16.0 を導入した時のメモ

Nginxで配布されているパッケージをインストールする。
rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm

yum install nginx
だけだと、最新版(1.18.0)がインストールされてしまう。

そのため、インストールしたいバージョンまで指定する必要がある。
yum install nginx-1.16.0

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?