In this tutorial, we’ll take a look at 301 redirects for NGINX and Apache web servers.
Articles Tagged: Nginx
Set Up Nginx Virtual Hosts on CentOS 8
Nginx is an open-source, high-performance web server. It is known for its stability, very simple configuration, rich feature set, and low resource consumption.
How To Install Nginx, MariaDB, PHP (LEMP) On CentOS 8
Nginx is an open-source, high-performance web server. It is known for its stability, very simple configuration, rich feature set, and low resource consumption.
Tuning NGINX for Performance
Setup worker_processes The architecture of the Nginx master and worker processes is explained as follows: “nginx has one master process and several worker processes. The main goal of the master process is to read and evaluate the configuration, as well as support worker processes. Worker processes actually handle requests. Nginx uses an event-based model and […]
How to Compile Nginx From Source on CentOS 8
In this tutorial, we will build Nginx with all available modules in the open-source version of Nginx.