1. https://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-linux-nginx-mariadb-php-lemp-stack-in-rhel-8.html2. https://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-wordpress-with-nginx-on-centos-8-rhel-8.html —————————————————————–1. Install Nginx————————————————————– # yum -y install nginx # systemctl start nginx# systemctl status nginx Firewall# firewall-cmd –permanent –add-service=http# firewall-cmd –reload Verify…
Latest Posts
Install WordPress in AlmaLinux
Step 1. First, let’s start by ensuring your system is up-to-date. sudo dnf updatesudo dnf install epel-release ==================== Step 2….