Browsing tag

lemp

How to Install Let’s Encrypt SSL in Nginx on Debian 11

Let’s Encrypt is a certificate authority that provides free SSL certificates for websites. However, it not only offers SSL certificates; it also automates certificate creation, validation, signing, implementation, and renewal of certificates. Let’s Encrypt is the world’s largest certificate authority, used by more than 250 million websites. It was launched in November 2014 with the […]

How To Install Nginx, MariaDB, PHP (LEMP Stack) on Debian 11

The LEMP stack, which stands for Linux (the operating system), Nginx (the webserver), MariaDB/MySQL (the database), and PHP (the programming language), is the perfect platform to host traffic-intensive dynamic websites and applications. In this post, we will see how to Install LEMP Stack on Debian 11. Prerequisites To install the LEMP stack on Debian 11, […]

How To Install LEMP Stack on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Ubuntu 18.04 LEMP Stack consists of Linux, Nginx, MariaDB, and PHP. This stack is most widely used for hosting high traffic websites. Here, we will see how to install LEMP Stack on Debian 10 with PHP support (via PHP-FPM) and MariaDB support. Prerequisites […]