SHOWING RESULTS FOR:

Blocking IPs on Nginx

Hello, friends. In this post, you will learn about blocking IPs in Nginx. This allows you to have a very exhaustive control over the...

How to enable HSTS in Nginx

Hello, friends. In this post, you will learn how to enable HSTS in Nginx. This is simple and useful in configurations made to increase...

How to clear the Nginx Cache

Hello friends. In this post, you will learn how to clear the Nginx cache. This process is convenient to do when making deep changes...

How to enable SSI module on Nginx using /Debian Ubuntu?

Hello, friends. In this post, you will learn how to enable the SSI module on Nginx. The process is easier than you might think,...

Managing Large-Scale Web Applications with NGINX on Linux

Introduction NGINX is a popular open-source web server known for its high performance and scalability. It is commonly used to manage large-scale web applications that...

Using Nginx As A Load Balancer

This post is about Using Nginx As A Load Balancer Introduction The following is a tutorial for setting up Nginx to act as a load balancer...

Nginx – Improving TLS Configuration

In my previous article, I covered using self-signed certificates to achieve a basic HTTPS connection with our Nginx instance. Today, we're going to expand...

Nginx – Rate Limiting

In this article, we're going to see how to apply rate limiting to our websites using Nginx. Rate limiting can be an effective way...

Nginx – Using HTTP2

This post is about "Nginx and Using HTTP2" Introduction There goes a lot more behind the scenes between a browser and a server than we might...

Nginx – Using Apache Bench To Test FastCGI Cache

In this post you will use Apache Bench To Test FastCGI Cache Introduction Apache Bench (ab), developed by the Apache organization, is a command-line utility to...

Latest news