はじめに
OSパッケージを利用してAlmaLinux9にNginx1.20をインストール
親記事:Nginxの各種インストール方法とEOLまとめ
サポート
本手法で導入した場合、Red Hat Enterprise Linux Application Streams Life Cycle - Red Hat Customer Portalに掲載されていないので、OS EOLまで保守される可能性がある。
LOG
インストール
# cat /etc/redhat-release
AlmaLinux release 9.2 (Turquoise Kodkod)
# 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:24 ago on Fri Jul 7 05:35:53 2023.
Installed Packages
Name : nginx
Epoch : 1
Version : 1.20.1
Release : 14.el9.alma
Architecture : x86_64
Size : 148 k
Source : nginx-1.20.1-14.el9.alma.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.