How to Install Nginx, MariaDB and PHP (LEMP Stack) on Centos
The LEMP stack server is a server running Linux, Nginx (pronounced Engine x), MySQL/MariaDB and PHP (or Perl / Python). It is similar to the LAMP server except that the web server platform is controlled by Nginx instead of Apache. In this guide, we’ll get a LEMP stack installed on CentOS 8 and 9. Prerequisites … Read more