#configuration
Read more stories on Hashnode
Articles with this tag
Introduction In the world of web servers and content delivery, Nginx has emerged as one of the most popular and efficient solutions. One of the key...
Directive inheritance in NGINX is a way of reusing configuration directives in different parts of the NGINX configuration file. Directives are...
Here are the different types of NGINX directives: Global directives are instructions that apply to the entire NGINX configuration. For example, the...
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...
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...