How to Install LEMP Stack (Nginx, MariaDB, PHP7.2) on RHEL 8/CentOS 8
This tutorial is going to show you how to install LEMP stack on RHEL 8 and CentOS 8.
What’s LEMP Stack?
A software stack is a set of software tools bundled together. LEMP stands for Linux, Nginx (pronounced engine X), MariaDB/MySQL and PHP, all of which are open source. It is the most common software stack that powers dynamic websites and web applications. Linux is the operating system; Nginx is the web server; MariaDB/MySQL is the database server and PHP is the server-side scripting language responsible for generating dynamic web pages.
Read full tutorial here: https://www.linuxbabe.com/redhat/install-lemp-nginx-mariadb-php7-rhel-8-centos-8