How to Install NGINX on AlmaLinux 9

Thursday, September 29th, 2022 | System
Last Modified: 2025-02-09



Get Started

sudo dnf upgrade

NGINX

sudo yum install yum-utils

To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the following contents:

[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true

[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true

sudo yum-config-manager --enable nginx-mainline
sudo yum install nginx
sudo systemctl enable nginx
sudo systemctl start nginx

CertBot w/ Cloudflare

sudo dnf install epel-release
sudo dnf install certbot python3-certbot-nginx
sudo systemctl status certbot-renew.timer
sudo dnf install python3-certbot-dns-cloudflare




Input Action Output
A collection of snippets and links that have proven useful for development and programming in ColdFusion, JavaScript, jQuery, PHP, Python, Dell, Minecraft, Apple, Mac, Windows, LINUX, Raspberry Pi, Adobe, CSS, and HTML.

©2025 Input Action Output