top of page
Search
Siddhesh Kadam
2 min read
Restricting Access in Nginx: How to Block Unwanted Traffic
When managing a web server, it's essential to protect your site from unwanted traffic and malicious activity. Nginx, a popular web...
Siddhesh Kadam
2 min read
How to Hide the Server Name in Nginx Using the Headers More Module
When running a web server, security and privacy are key considerations. By default, Nginx reveals its server name in the HTTP headers,...
Siddhesh Kadam
2 min read
Installing Nginx from Source on a Linux System (RHEL9/Rocky9)
In this blog, I'll guide you through installing Nginx from source on a Linux system. We'll walk through each step, from installing the...
Siddhesh Kadam
2 min read
Exploring the Steps to Activate Debug Mode in Nginx
Debugging is an essential part of maintaining and optimizing your NGINX server. It provides detailed logs that can help you troubleshoot...
Siddhesh Kadam
2 min read
Configuring Nginx with Multiple Server Blocks
Nginx is a powerful, flexible web server and reverse proxy server used to serve static content, manage HTTP requests, and balance loads...
Siddhesh Kadam
2 min read
Nginx Load Balancer
Nginx is a well-known open-source web server and reverse proxy server that also serves as a load balancer. Setting up a Nginx load...
Siddhesh Kadam
2 min read
Monitor Nginx Status
Enabling the NGINX status page involves configuring NGINX to expose a special endpoint that provides information about the server's...
Siddhesh Kadam
1 min read
Customize Nginx Docker Image Using Dockerfile
To create a Dockerfile for an Nginx image with a customized index.html page, you can follow the example below. This assumes you have your...
bottom of page