以下のファイル(/etc/yum.repos.d/nginx.repo
)を作成して、yum
に登録する。
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
更新を確認して、アップデートする
nginx -V
yum info nginx
sudo systemctl stop nginx
sudo yum update nginx -y
sudo systemctl start nginx