Browsing tag

nginx

How To Setup Let’s Encrypt SSL Certificate with Nginx on Debian 10 / Debian 9

Let’s Encrypt is a certificate authority that provides free SSL certificates for TLS encryption, launched in April 2016. Let’s Encrypt is not only provides SSL certificates; it also automates certificate creation, validation, signing, implementation, and renewal of certificates for secure websites. Currently, Let’s Encrypt supports auto installation of certificates on Apache, Nginx, Plex, and Haproxy. […]

How To Install phpMyAdmin with Nginx on Debian 11 / Debian 10

phpMyAdmin is a free and open-source, web-based tool for managing the MySQL and MariaDB servers. It is widely used to manage the database by web hosting companies and administrators who are new to the database. phpMyAdmin helps the system administrator to perform databases activities such as creating, deleting, querying, database, tables, columns, etc. In this […]

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 […]

How To Install phpMyAdmin with Nginx on CentOS 8 / RHEL 8

phpMyAdmin is a free and open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is widely used to manage database servers by web hosting companies and administrators who are new to database servers. phpMyAdmin helps an administrator to perform database activities such as creating, deleting, querying, tables, columns, etc. This guide will […]