Articles in this series
Apache operates in "prefork mode," employing a predetermined quantity of processes, each dedicated to handling one request at a time, whether static...
This article explains how to create a simple virtual host configuration to host a website on NGINX. I used Ubuntu 22.04 LTS for this tutorial. To tell...
In this post, we will see how to use nginx variables in a config file. NGINX variables are a powerful tool that can be used to dynamically generate...
Rewrites and redirects are used to direct the user to a different URI path. Redirects change the path of the URL on the user's browser while rewrites...
Logging is extremely important as it allows us to view errors, malicious users and bots. There are 2 types of logs - access logs and error logs. As...
Here are the different types of NGINX directives: Global directives are instructions that apply to the entire NGINX configuration. For example, the...