Browsing tag

nginx

How To Setup Let’s Encrypt SSL Certificate With Nginx on Ubuntu 18.04 & Ubuntu 16.04

Let’s Encrypt is a widely known certificate authority that provides free X.509 SSL certificates for TLS encryption. It was launched in April 2016. Let’s Encrypt automates the process of certificate creation, validation, signing, implementation, and renewal of certificates. Currently, Apache, Nginx, Plex, and Haproxy are supported for the automated process. Prerequisites Before you proceed, set […]

How To Install Linux, Nginx, MySQL, PHP (LEMP Stack) in Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack and is widely used for hosting websites/blogs. Here, we will see how to install LEMP Stack on Ubuntu 18.04 with PHP support (via PHP-FPM) and database (MariaDB) support. THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Debian 9 Ubuntu 16.04 Install […]

How To Install Nginx, MariaDB, PHP (LEMP stack) on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LEMP (a server stack) stands for Linux, Nginx, MariaDB, and PHP. Nginx is a free, open-source, high-performance HTTP web server; known for its stability, rich feature set, simple configuration, and low resource consumption. Here, we will talk about how to install […]

How To Install LEMP Stack on Ubuntu 16.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack. It is widely used tech stack to host websites and blogs. This tutorial shows you how to install Nginx with PHP support (through PHP-FPM) and MySQL support on Ubuntu 16.04. Install LEMP Stack Install Nginx Download signing key from the official website. wget http://nginx.org/keys/nginx_signing.key Add […]