How to Install Nginx, MariaDB, and PHP on Rocky Linux 9OnSeptember 30, 2022This step-by-step guide walks you through installing and configuring Nginx, MariaDB, and PHP (LEMP Stack) on Rocky Linux 9.
Install Nginx, MariaDB, and PHP (LEMP) on Debian 11 (Bullseye)OnSeptember 26, 2022This comprehensive step-by-step guide walks you through installing and configuring Nginx, MariaDB, and PHP (LEMP Stack) on Debian 11.
How to Set Up Nginx, MariaDB, and PHP with Docker ComposeOnSeptember 2, 2022UpdatedJune 3, 2023This guide shows you how to set up your LEMP (Nginx, MariaDB, PHP) stack easily and quickly using Docker Compose.
3 Best NGINX Alternatives for Your Linux Web ServerOnAugust 22, 2022This article will present you with the three best free and reliable NGINX alternatives for your production Linux web servers.
How to Install Nginx, MariaDB, and PHP (LEMP) on Ubuntu 22.04 LTSOnMay 15, 2022UpdatedMay 25, 2024This guide explains step-by-step instructions on installing the LEMP stack (Nginx, MariaDB, and PHP) in Ubuntu 22.04 LTS.
The Original Author of NGINX Has Chosen to Step Back from the CompanyOnJanuary 20, 2022Igor Sysoev, the author of the most popular web server in the world, left the company to work on personal projects.
How to Create Nginx Virtual Host (Server Block)OnNovember 19, 2021UpdatedJuly 20, 2022Server blocks, often called virtual hosts in Nginx, allow you to host multiple websites on a single server. Here's how to use them!
How to Install Nginx Web Server on LinuxOnNovember 13, 2021UpdatedApril 23, 2022This guide will help you install Nginx on various Linux distros, and you'll learn about important Nginx configuration files and directories.
Reverse Proxy with Nginx: A Step-by-Step Setup GuideOnSeptember 3, 2021UpdatedApril 23, 2022This step-by-step tutorial will show you how you can easily set up a reverse proxy with Nginx to improve security and performance.
What is a Web Server, and How Does a Web Server Work?OnAugust 5, 2021UpdatedApril 28, 2022Web servers are used for hosting websites and data for web applications. In this article, we explain a web server and how it works.