Nginx Stream Module: A Quick Guide

A quick guide to the Nginx Stream module.

July 20, 2024 · 4 min · 707 words · Bá Tới

Optimizing Nginx Configuration for Enhanced Performance

Nginx is renowned for its efficiency and versatility in serving web content. However, optimizing its configuration is crucial to ensure optimal performance. This log outlines key techniques to optimize Nginx configuration for enhanced performance.

April 11, 2022 · 2 min · 363 words · Bá Tới

Page caching - Combining Page Caching in Rails with Nginx Memory Caching

Combining page caching in Rails with Nginx’s memory caching capabilities can greatly enhance the performance and scalability of web applications. In this guide, we’ll demonstrate how to implement page caching in a Rails application and configure Nginx with memory caching to further optimize performance.

August 7, 2021 · 2 min · 335 words · Bá Tới

Understanding Load Balancing at Different Network Layers: A Comprehensive Overview

In modern web application environments, load balancing plays a critical role in distributing traffic across multiple servers to ensure optimal performance, reliability, and scalability. Load balancing techniques and tools are deployed at various network layers, each with its own set of advantages and disadvantages. In this article, we’ll explore different types of load balancing at different network layers and provide examples.

July 16, 2020 · 2 min · 375 words · Bá Tới

Understanding Nginx Real IP Module: Importance and Configuration

In the realm of web servers, accurate logging of client IP addresses is crucial for security, analytics, and compliance purposes. However, when Nginx is deployed behind a reverse proxy, load balancer, or CDN, the IP addresses logged may not reflect the actual client IP addresses. This is where the Nginx Real IP module comes into play.

March 7, 2020 · 3 min · 581 words · Bá Tới