はじめに
OSパッケージを利用してRockyLinux9にNginx1.20をインストール
親記事:Nginxの各種インストール方法とEOLまとめ
サポート
本手法で導入した場合、Red Hat Enterprise Linux Application Streams Life Cycle - Red Hat Customer Portalに掲載されていないので、OS EOLまで保守される可能性がある。
LOG
インストール
# cat /etc/redhat-release
Rocky Linux release 9.2 (Blue Onyx)
# yum install -y nginx
... 略
各種確認
# which nginx
/usr/sbin/nginx
# nginx -v
nginx version: nginx/1.20.1
# yum info nginx
Last metadata expiration check: 0:00:12 ago on Fri Jul 7 05:38:09 2023.
Installed Packages
Name : nginx
Epoch : 1
Version : 1.20.1
Release : 14.el9
Architecture : x86_64
Size : 147 k
Source : nginx-1.20.1-14.el9.src.rpm
Repository : @System
From repo : appstream
Summary : A high performance web server and reverse proxy server
URL : https://nginx.org
License : BSD
Description : Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
: IMAP protocols, with a strong focus on high concurrency, performance and low
: memory usage.