在RockyLinux 9上安装Nginx 1.20(使用操作系统默认方式?)
首先
使用操作系统包将Nginx1.20安装到RockyLinux9系统中。
相关文章:Nginx各种安装方法和EOL概述。
支援
如果使用此方法进行引入,则有可能在操作系统(OS)到期截止日(EOL)之前进行维护,因为它没有列在Red Hat企业版Linux应用程序流生命周期 – Red Hat客户门户网站上。
日志
安装
# 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.