Tagged articles

nginx

1323 articles · Page 1 of 14
Architect Chen
Architect Chen
Aug 19, 2026 · Operations

Comprehensive Guide to Nginx Development Commands (2026 Edition)

This article walks through essential Nginx command‑line tools—including version checks, configuration testing, graceful and fast shutdowns, reloads, log reopening, and specifying custom configuration files—showing concrete examples and explaining when each command should be used in development and production environments.

Command LineConfigurationgraceful shutdown
0 likes · 6 min read
Comprehensive Guide to Nginx Development Commands (2026 Edition)
Mike Chen Rui
Mike Chen Rui
Aug 18, 2026 · Operations

Comprehensive Guide to Nginx Concurrency Testing Tools

This article reviews four Nginx concurrency testing tools—Apache Bench, wrk, JMeter, and Gatling—providing command examples, key parameters, and usage scenarios, and compares their suitability for simple verification, high‑load testing, complex business flows, and code‑driven performance automation.

abconcurrencygatling
0 likes · 3 min read
Comprehensive Guide to Nginx Concurrency Testing Tools
Raymond Ops
Raymond Ops
Aug 16, 2026 · Operations

Top 10 Nginx Misconfigurations That Cause Outages and How to Fix Them

This article reviews ten common Nginx configuration mistakes that frequently trigger production incidents, explains the underlying causes, provides corrected configurations, verification steps, and risk warnings, and offers a systematic troubleshooting workflow for operators to quickly diagnose and resolve issues.

ConfigurationDevOpsTroubleshooting
0 likes · 59 min read
Top 10 Nginx Misconfigurations That Cause Outages and How to Fix Them
MaGe Linux Operations
MaGe Linux Operations
Aug 16, 2026 · Operations

Tuning Nginx Worker Processes and Connections for High‑Concurrency Scenarios

This guide walks through the complete workflow for analyzing, configuring, and validating Nginx in high‑traffic environments, covering architecture basics, core parameters, system limits, practical configuration examples, stress‑testing methods, monitoring, risk mitigation, rollback procedures, and production‑grade best practices.

high-concurrencyload balancingnginx
0 likes · 23 min read
Tuning Nginx Worker Processes and Connections for High‑Concurrency Scenarios
Architect's Guide
Architect's Guide
Aug 14, 2026 · Backend Development

Master Nginx in One Hour: A Quick Guide

This article introduces Nginx’s core concepts, walks through installing required packages, configuring the server, and explains key directives such as worker processes, events, and http blocks, then demonstrates practical setups for reverse proxy, load balancing, static‑dynamic separation, performance tuning, and high‑availability clustering.

Configurationhigh availabilityload balancing
0 likes · 13 min read
Master Nginx in One Hour: A Quick Guide
Raymond Ops
Raymond Ops
Aug 14, 2026 · Operations

How to Diagnose and Fix 502, 504, and Connection Reset Errors in Nginx

This guide explains the distinct causes of 502 Bad Gateway, 504 Gateway Timeout, and Connection Reset errors in Nginx reverse‑proxy setups and provides a step‑by‑step, four‑segment troubleshooting workflow with concrete log examples, shell commands, and configuration recommendations.

502 Bad Gateway504 Gateway TimeoutConfiguration
0 likes · 24 min read
How to Diagnose and Fix 502, 504, and Connection Reset Errors in Nginx
Raymond Ops
Raymond Ops
Aug 13, 2026 · Operations

How to Implement Nginx Rate Limiting: Protect Against Brute‑Force, Crawlers, and Traffic Spikes

This article explains how to use Nginx's built‑in limit_req and limit_conn modules—based on the leaky‑bucket algorithm—to throttle requests by IP or API key, configure burst and nodelay behavior, apply whitelists, customize error responses, fine‑tune with delay and dry‑run modes, and monitor effectiveness in production environments.

API securityleaky bucketlimit_conn
0 likes · 22 min read
How to Implement Nginx Rate Limiting: Protect Against Brute‑Force, Crawlers, and Traffic Spikes
Golang Shines
Golang Shines
Aug 13, 2026 · Backend Development

Cut page load from 5 s to 500 ms: 12 Nginx tuning parameters

The article explains that reducing page load from five seconds to 500 ms requires more than just tweaking a few Nginx directives, outlines a systematic workflow—baseline measurement, hypothesis, single‑parameter gray rollout, verification and rollback—and details twelve specific Nginx settings that can eliminate proven Web‑layer bottlenecks such as file‑descriptor limits, connection models, static‑file paths, compression and request buffering.

LinuxMonitoringPerformance Tuning
0 likes · 26 min read
Cut page load from 5 s to 500 ms: 12 Nginx tuning parameters
Open Source Tech Hub
Open Source Tech Hub
Aug 10, 2026 · Cloud Native

How S6 Overlay Enables Multi‑Process Management in PHP Containers

The article explains how S6 Overlay, a lightweight C‑based process supervisor designed for containers, coordinates PHP‑FPM and a reverse‑proxy (NGINX or Apache) within a single Docker image, detailing its health‑check behavior, custom initialization steps, and comparing its benefits and drawbacks against traditional Supervisor.

Container HealthDockerPHP
0 likes · 11 min read
How S6 Overlay Enables Multi‑Process Management in PHP Containers
Ray's Galactic Tech
Ray's Galactic Tech
Aug 7, 2026 · Operations

Scaling Nginx to Handle 500M Daily Requests: From Reverse Proxy to Traffic Governance Hub

This article walks through an enterprise‑grade Nginx upgrade for a payment platform handling ~500 million daily requests, detailing why simple reverse‑proxying fails, how Nginx can become a traffic‑governance edge with rate limiting, edge caching, gray releases, high‑availability, and observability, and provides production‑ready configurations and step‑by‑step analysis.

Edge CachingObservabilityTraffic Governance
0 likes · 42 min read
Scaling Nginx to Handle 500M Daily Requests: From Reverse Proxy to Traffic Governance Hub
MaGe Linux Operations
MaGe Linux Operations
Aug 7, 2026 · Backend Development

How to Configure Nginx Reverse Proxy: From Request Forwarding to Header Handling

This guide walks through the complete lifecycle of an Nginx reverse‑proxy request on Debian/Ubuntu, covering configuration inspection, server and location selection, URI rewriting, upstream pools, header forwarding, TLS termination, timeouts, buffering, WebSocket upgrades, retry logic, rollback procedures, and troubleshooting common error codes.

ConfigurationTLSnginx
0 likes · 21 min read
How to Configure Nginx Reverse Proxy: From Request Forwarding to Header Handling
Mike Chen Rui
Mike Chen Rui
Aug 6, 2026 · Operations

Hands‑on Nginx High‑Concurrency Tuning: Boost Performance Up to 10×

This article walks through practical Nginx high‑concurrency tuning steps—including worker_processes, worker_connections, Linux file‑descriptor limits, and sendfile zero‑copy settings—to dramatically increase throughput and handle tens of thousands of simultaneous connections.

Performance Tuninghigh-concurrencylinux limits
0 likes · 3 min read
Hands‑on Nginx High‑Concurrency Tuning: Boost Performance Up to 10×
Raymond Ops
Raymond Ops
Aug 4, 2026 · Operations

Uncover Hidden Nginx 502 Bad Gateway Config Pitfalls from Logs

This article explains why 502 Bad Gateway errors are the most frequent Nginx issue, quantifies their impact on business availability, and provides a systematic, log‑driven troubleshooting workflow with concrete configuration examples, health‑check setups, and production‑grade best‑practice recommendations.

502ConfigurationLogging
0 likes · 73 min read
Uncover Hidden Nginx 502 Bad Gateway Config Pitfalls from Logs
MaGe Linux Operations
MaGe Linux Operations
Aug 3, 2026 · Operations

How to Choose Between LVS, Nginx, and HAProxy: A Practical Performance Comparison

This article presents a systematic, non‑prescriptive methodology for evaluating LVS, Nginx, and HAProxy—including traffic‑path analysis, environment preparation, identical backend setup, scripted load tests, multi‑stage measurement (warm‑up, steady‑state, fault injection, recovery), and decision criteria such as layer requirements, health‑check semantics, connection limits, observability, and operational risk.

HAProxyLVSLinux
0 likes · 19 min read
How to Choose Between LVS, Nginx, and HAProxy: A Practical Performance Comparison
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2026 · Operations

6 Essential Steps to Diagnose Nginx 502 Errors

When Nginx returns a 502 Bad Gateway, the article walks through six systematic investigation directions—preserving evidence, checking upstream processes and sockets, validating configuration, verifying permissions, examining upstream timeouts, DNS resolution, and host resource limits—using concrete commands and log analysis to pinpoint the root cause.

502LoggingSystemd
0 likes · 27 min read
6 Essential Steps to Diagnose Nginx 502 Errors
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2026 · Cloud Native

Choosing an Ingress Controller: Production Comparison of NGINX, Traefik, and APISIX

This article presents a production‑grade comparison of three Kubernetes Ingress controllers—NGINX, Traefik, and APISIX—by defining a four‑layer evaluation framework, detailing pre‑deployment checks, configuration examples, testing scripts, performance metrics, and rollout/rollback procedures to help teams select the most suitable solution.

APISIXKubernetesTraefik
0 likes · 24 min read
Choosing an Ingress Controller: Production Comparison of NGINX, Traefik, and APISIX
Mike Chen Rui
Mike Chen Rui
Jul 31, 2026 · Backend Development

Boost Nginx Cache Performance by 10×: Key Techniques Explained

The article explains how Nginx caching can dramatically improve web service performance—up to tenfold—by detailing the cache's core mechanisms, practical configuration parameters, and best‑practice strategies such as cache keys, expiration policies, lock handling, stale fallback, and header management.

CacheConfigurationProxy Cache
0 likes · 5 min read
Boost Nginx Cache Performance by 10×: Key Techniques Explained
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2026 · Operations

Cut Page Load from 5 s to 500 ms: 12 Essential Nginx Performance Tweaks

The article explains how to reduce overall page latency from five seconds to half a second by systematically measuring, hypothesizing, and tuning twelve Nginx directives—such as worker processes, file‑descriptor limits, keep‑alive settings, and gzip—while backing up configurations, performing gray‑scale rollouts, and validating results with curl and log analysis.

ConfigurationLinuxMonitoring
0 likes · 25 min read
Cut Page Load from 5 s to 500 ms: 12 Essential Nginx Performance Tweaks
Mike Chen Rui
Mike Chen Rui
Jul 27, 2026 · Backend Development

What Defines High‑Concurrency for Nginx? A Clear Guide

The article explains that “high concurrency” for Nginx is relative, depends on hardware, request type, response size, and overall architecture, and provides typical connection and QPS ranges for ordinary, medium, high‑traffic, and ultra‑high‑traffic systems.

QPSconnection limitshigh-concurrency
0 likes · 2 min read
What Defines High‑Concurrency for Nginx? A Clear Guide
Golang Shines
Golang Shines
Jul 25, 2026 · Operations

Choosing the Right Load Balancer: LVS, Nginx, HAProxy or F5 Explained

When a single server can no longer handle traffic, this guide walks through the four most common load‑balancing solutions—LVS, Nginx, HAProxy and F5—detailing their architectures, configuration steps, scheduling algorithms, pros and cons, and how to pick the best fit for different production scenarios.

F5HAProxyLVS
0 likes · 38 min read
Choosing the Right Load Balancer: LVS, Nginx, HAProxy or F5 Explained
Architect's Guide
Architect's Guide
Jul 25, 2026 · Backend Development

The Art of Building a High‑Concurrency Flash‑Sale System

This article dissects the architecture of a massive flash‑sale service like 12306, covering multi‑layer load balancing, Nginx weighted round‑robin, stock‑deduction strategies, a Go‑based implementation with Redis and Lua, and performance results that demonstrate handling millions of concurrent ticket requests.

GoRedisflash sale
0 likes · 22 min read
The Art of Building a High‑Concurrency Flash‑Sale System
Cloud Architecture
Cloud Architecture
Jul 22, 2026 · Information Security

Production‑Ready Nginx mTLS: From HTTPS to Mutual Authentication

The article explains why one‑way TLS is insufficient for high‑risk interfaces, defines the problems mTLS solves, outlines suitable and unsuitable scenarios, details certificate hierarchy and field design, provides production‑grade Nginx configurations, and shares practical deployment, troubleshooting, performance, observability, and Kubernetes integration guidance.

Certificate ManagementProductionTLS
0 likes · 30 min read
Production‑Ready Nginx mTLS: From HTTPS to Mutual Authentication
MaGe Linux Operations
MaGe Linux Operations
Jul 22, 2026 · Backend Development

How to Safely Distribute Traffic with Nginx upstream Load Balancing

This guide walks through verifying the Nginx environment, configuring a reliable upstream block, setting proper proxy headers and timeouts, validating backend health, handling failures, exposing observability, and performing controlled rollouts to ensure traffic is correctly balanced without service disruption.

ConfigurationLinuxSystemd
0 likes · 28 min read
How to Safely Distribute Traffic with Nginx upstream Load Balancing
MaGe Linux Operations
MaGe Linux Operations
Jul 20, 2026 · Operations

How to Quickly Spot Anomalous Requests and Attack Sources Using Nginx Logs

This article presents a step‑by‑step Nginx log‑analysis workflow that helps operators identify slow requests, 5xx spikes, CC attacks, scanners and SQL‑injection attempts by parsing access_log and error_log fields, aggregating by IP, URL, UA and time windows, and then applying rate‑limiting, map‑based blocking, geo‑blocking and firewall rules to mitigate the threats while ensuring proper log rotation and verification.

log analysisnginxperformance
0 likes · 40 min read
How to Quickly Spot Anomalous Requests and Attack Sources Using Nginx Logs
Black & White Path
Black & White Path
Jul 20, 2026 · Information Security

A 15‑Year‑Old NGINX Map Regex RCE Flaw (CVE‑2026‑42533): Deep Technical Breakdown

A severe remote‑code‑execution vulnerability (CVE‑2026‑42533) in NGINX’s map‑regex handling, present since 2011, lets an attacker trigger a heap overflow and bypass ASLR with a single crafted HTTP request, affecting dozens of directives across both HTTP and Stream modules, and the article details the underlying two‑pass evaluation flaw, exploitation steps, impact assessment, and remediation guidance.

ASLR bypassCVE-2026-42533RCE
0 likes · 12 min read
A 15‑Year‑Old NGINX Map Regex RCE Flaw (CVE‑2026‑42533): Deep Technical Breakdown
MaGe Linux Operations
MaGe Linux Operations
Jul 19, 2026 · Operations

How to Deploy vLLM for an OpenAI‑Compatible Inference Service

This guide walks through deploying vLLM on Linux with NVIDIA GPUs and Docker Compose, covering service boundaries, host and container checks, model directory validation, image and parameter verification, minimal startup, Compose configuration, API testing, concurrency tuning, multi‑GPU troubleshooting, Nginx exposure, upgrade/rollback procedures, and daily health checks.

Docker ComposeGPUKV cache
0 likes · 18 min read
How to Deploy vLLM for an OpenAI‑Compatible Inference Service
Top Architect
Top Architect
Jul 19, 2026 · Backend Development

Implementing Dynamic IP Blocking in Nginx with Lua and Redis

This guide explains how to build a dynamic IP blacklist for Nginx by comparing OS‑level iptables, Nginx deny rules, and application‑level checks, then detailing the chosen Nginx‑OpenResty, Lua, and Redis architecture, configuration snippets, and Lua script logic for automated blocking and rate limiting.

Dynamic blockingIP blacklistLua
0 likes · 11 min read
Implementing Dynamic IP Blocking in Nginx with Lua and Redis
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2026 · Operations

How to Configure Nginx Load Balancing for Multiple LLM Instances

This guide explains how to set up Nginx as a load balancer for several OpenAI‑compatible large language model instances, covering health checks, upstream configuration, algorithm selection, streaming vs non‑streaming proxy settings, logging, rate limiting, graceful reloads, and troubleshooting techniques.

LLMhealth checkload balancing
0 likes · 25 min read
How to Configure Nginx Load Balancing for Multiple LLM Instances
Raymond Ops
Raymond Ops
Jul 16, 2026 · Operations

Nginx Configuration Optimization: Mastering Worker Processes for Performance Tuning

This guide explains Nginx's multi‑process architecture, shows how to bind worker processes to CPU cores, tune worker connections, configure upstream load‑balancing, enable proxy buffering, keepalive, gzip/Brotli compression, SSL/TLS settings, and provides testing and troubleshooting scripts for high‑performance deployments.

Performance TuningSSLgzip
0 likes · 35 min read
Nginx Configuration Optimization: Mastering Worker Processes for Performance Tuning
Cloud Architecture
Cloud Architecture
Jul 14, 2026 · Operations

From Avalanche to Self‑Healing: Why Nginx 502 Spikes During High‑Traffic Sales and How to Fix It

During large‑scale promotions a sudden flood of Nginx 502 errors signals upstream interaction failures across proxy, kernel, application and orchestration layers, and the article explains the exact conditions, root causes, traffic amplification, and a systematic self‑healing approach to diagnose and eliminate them.

502KubernetesObservability
0 likes · 27 min read
From Avalanche to Self‑Healing: Why Nginx 502 Spikes During High‑Traffic Sales and How to Fix It
Efficient Ops
Efficient Ops
Jul 13, 2026 · Operations

Open‑Source Nginx UI: A Visual Tool That Can Triple Ops Efficiency

Nginx UI offers a graphical interface for configuring and monitoring Nginx, includes real‑time metrics, extensible modules and AI Agent integration, and provides multiple installation options such as systemd, Docker and a one‑click script, promising up to three‑fold productivity gains for operators.

AI AgentDockerSystemd
0 likes · 5 min read
Open‑Source Nginx UI: A Visual Tool That Can Triple Ops Efficiency
Ops Community
Ops Community
Jul 11, 2026 · Operations

Boost Nginx Performance: Scaling from Thousands to Ten‑Thousands RPS

The article presents a reproducible Nginx performance‑tuning workflow that starts with defining a baseline and acceptance criteria, measures CPU, file‑descriptor, upstream and disk limits, then incrementally adjusts worker settings, systemd limits, keepalive, buffering and compression, while using gray‑scale deployment and safe rollback.

BufferingLinuxPerformance Tuning
0 likes · 18 min read
Boost Nginx Performance: Scaling from Thousands to Ten‑Thousands RPS
Ops Community
Ops Community
Jul 8, 2026 · Operations

Quick Nginx Log Analysis Techniques to Spot Abnormal Requests and Attack Sources

This article provides a step‑by‑step guide on using Nginx's custom log_format together with command‑line tools such as awk, grep, sort and jq to identify slow requests, 5xx spikes, CC attacks, scanners and SQL‑injection attempts, and then mitigates them with limit_req, map, geo and iptables rules, while also covering log rotation, monitoring and risk‑aware deployment practices.

DevOpsMonitoringlog analysis
0 likes · 37 min read
Quick Nginx Log Analysis Techniques to Spot Abnormal Requests and Attack Sources
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2026 · Operations

How I Optimized Nginx to Double My Site’s Concurrency

The article walks through a systematic Nginx performance tuning process that starts with baseline load testing, identifies bottlenecks in worker processes, connection limits, I/O and buffering, and applies targeted configuration changes—such as auto workers, keep‑alive tuning, gzip, and proxy buffers—resulting in a three‑fold increase in concurrent request handling.

LinuxOptimizationPerformance Tuning
0 likes · 31 min read
How I Optimized Nginx to Double My Site’s Concurrency
Raymond Ops
Raymond Ops
Jul 6, 2026 · Information Security

Practical Guide to Defending Against Brute‑Force Attacks with fail2ban

This step‑by‑step guide explains how fail2ban monitors logs, matches brute‑force patterns, and automatically bans malicious IPs for SSH, HTTP Basic Auth, MySQL, and custom services on Ubuntu 24.04 or Rocky Linux 9.5, including installation, configuration, testing, best practices, and troubleshooting.

Linux firewallSSH securitybrute-force protection
0 likes · 29 min read
Practical Guide to Defending Against Brute‑Force Attacks with fail2ban
Java Tech Enthusiast
Java Tech Enthusiast
Jul 6, 2026 · Cloud Native

Why Use Service Registry & Discovery When Nginx Already Handles Load Balancing?

The article analyzes Nginx's static upstream load balancing limitations—manual configuration, passive health checks, and inability to handle elastic scaling—and explains how service registries provide real‑time instance awareness, client‑side load balancing, metadata‑driven routing, and seamless scaling for microservices.

Kubernetesload balancingmicroservices
0 likes · 9 min read
Why Use Service Registry & Discovery When Nginx Already Handles Load Balancing?
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 3, 2026 · Backend Development

7 Ways to Add a Unified Prefix to Spring Boot Controllers

This article explains why a common API prefix (e.g., /api/v1) is useful in microservice or front‑back separation projects and demonstrates seven practical techniques—custom DispatcherServlet registration, YAML configuration, SpEL‑based @RequestMapping, custom composed annotation, WebMvcConfigurer addPathPrefix, internal forwarding, Spring Cloud Gateway ProxyExchange, and Nginx reverse proxy—using Spring Boot 3.5.0 examples and code snippets.

ControllerJavaSpring Boot
0 likes · 8 min read
7 Ways to Add a Unified Prefix to Spring Boot Controllers
Code of Duty
Code of Duty
Jun 29, 2026 · Cloud Computing

From Zero to One: Setting Up My Personal Brand Infrastructure with a Cloud Server

The author explains why a programmer needs a personal blog and technical brand, then details the criteria for choosing a cloud server—price, resources, familiarity, and future expandability—and describes the selection of a 4‑core, 8 GB, 40 GB, 2 Mbps instance as the foundation for a maintainable, extensible personal infrastructure.

DockerLinuxcloud server
0 likes · 9 min read
From Zero to One: Setting Up My Personal Brand Infrastructure with a Cloud Server
Cloud Architecture
Cloud Architecture
Jun 28, 2026 · Backend Development

Building a Production‑Grade Kafka Reverse Proxy with Nginx + Lua for Scalable, Auditable Message Access

The article explains why a simple TCP proxy is insufficient for Kafka, and presents a production‑ready reverse‑proxy architecture built on Nginx stream and Lua that adds metadata rewriting, multi‑tenant quota, TLS termination, dynamic routing, observability, and graceful degradation to achieve scalable, auditable message ingestion.

KafkaLuaMessage Governance
0 likes · 33 min read
Building a Production‑Grade Kafka Reverse Proxy with Nginx + Lua for Scalable, Auditable Message Access
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2026 · Operations

Practical Nginx Rate Limiting: Elegantly Defending Against CC Attacks and Traffic Spikes

This article walks through why Nginx needs rate limiting, explains the three core directives, compares burst, nodelay and delay behaviors, shows how to choose keys, and provides step‑by‑step configuration, testing, monitoring and troubleshooting recipes for protecting services from CC attacks and sudden traffic bursts.

MonitoringOpenRestycc attack
0 likes · 29 min read
Practical Nginx Rate Limiting: Elegantly Defending Against CC Attacks and Traffic Spikes
Golang Shines
Golang Shines
Jun 27, 2026 · Backend Development

Master Nginx Quickly: A Comprehensive Guide Loved by Thousands

This article explains why Nginx outperforms Apache as a high‑performance web and load‑balancing server, details its simple installation, core and advanced configurations—including virtual hosts, access control, HTTPS and reverse proxy—while showcasing real‑world usage and deployment diagrams.

ConfigurationHTTPSbackend development
0 likes · 7 min read
Master Nginx Quickly: A Comprehensive Guide Loved by Thousands
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 25, 2026 · Backend Development

Why Nginx Can Handle Tens of Millions of Requests

The article explains how Nginx’s event‑driven, asynchronous non‑blocking model, master‑worker multi‑process design, efficient I/O multiplexing (epoll/kqueue), and lightweight resource‑control architecture enable it to sustain extremely high concurrency with minimal overhead.

AsynchronousI/O multiplexingevent-driven
0 likes · 5 min read
Why Nginx Can Handle Tens of Millions of Requests
Architect Chen
Architect Chen
Jun 24, 2026 · Operations

Designing Million-Request Architecture with LVS, Keepalived, and Nginx

The article explains how to build a million‑level high‑performance system by layering LVS with Keepalived for entry‑level redundancy and Nginx for flexible proxying, while adding health checks, logging, and auto‑scaling to ensure stability and rapid recovery.

KeepalivedLVSSystem Architecture
0 likes · 4 min read
Designing Million-Request Architecture with LVS, Keepalived, and Nginx
IT Services Circle
IT Services Circle
Jun 22, 2026 · Backend Development

Why Use a Service Registry When Nginx Already Handles Load Balancing?

The article explains why Nginx’s static upstream load balancing cannot keep up with dynamic microservice environments and shows how service registries like Nacos or Eureka provide real‑time instance discovery, health checking, and metadata‑driven routing that Nginx alone cannot achieve.

Dynamic ScalingEurekaNacos
0 likes · 9 min read
Why Use a Service Registry When Nginx Already Handles Load Balancing?
Code Farming
Code Farming
Jun 20, 2026 · Backend Development

How This Architecture Handles Tens‑Fold Traffic Spikes Without Crashing

The article breaks down a complete flash‑sale system into four phases and explains how Redis distributed locks, CDN static pages, Nginx rate limiting, message‑queue peak shaving, and sharding together prevent overselling, crashes, and lost orders even when traffic surges dozens of times.

Message QueueRedisflash sale
0 likes · 6 min read
How This Architecture Handles Tens‑Fold Traffic Spikes Without Crashing
AI Agent Super App
AI Agent Super App
Jun 20, 2026 · Operations

Complete LNMP Guide: Deploy WordPress and Forums Step‑by‑Step

This guide walks you through installing a full LNMP stack on CentOS or Ubuntu, configuring Nginx, MySQL, and PHP, deploying WordPress with essential plugins and security hardening, and setting up popular forums such as phpBB, Flarum, and Discourse, followed by performance tuning tips.

ForumLNMPMySQL
0 likes · 21 min read
Complete LNMP Guide: Deploy WordPress and Forums Step‑by‑Step
Golang Shines
Golang Shines
Jun 19, 2026 · Backend Development

From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide

This article presents a thorough 113‑page Nginx tutorial covering its architecture, core and advanced configurations, virtual host setup, access control, file existence checks, reverse‑proxy mechanisms, and production deployment patterns, helping newcomers master high‑performance web serving.

ConfigurationMaster/Worker modelaccess control
0 likes · 6 min read
From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide
Raymond Ops
Raymond Ops
Jun 18, 2026 · Information Security

Hardening SSH and Web Services with Fail2ban: Protect Against Brute‑Force Attacks

This guide explains how to use Fail2ban on Linux to automatically detect and block brute‑force login attempts for SSH, web authentication pages, APIs, and mail services, covering installation, configuration hierarchy, custom filters, progressive banning, performance‑optimized actions, high‑availability options, and troubleshooting steps.

LinuxSSH securitybrute-force protection
0 likes · 39 min read
Hardening SSH and Web Services with Fail2ban: Protect Against Brute‑Force Attacks
Programmer XiaoFu
Programmer XiaoFu
Jun 18, 2026 · Cloud Native

Why Use Service Registration When Nginx Already Handles Load Balancing?

The article explains that Nginx’s static upstream configuration and passive health checks cannot keep up with dynamic microservice environments, while a service registry provides real‑time instance awareness, automatic failure detection, and metadata‑driven routing, making both tools complementary rather than interchangeable.

EurekaKubernetesNacos
0 likes · 9 min read
Why Use Service Registration When Nginx Already Handles Load Balancing?
Cloud Architecture
Cloud Architecture
Jun 17, 2026 · Backend Development

Nginx Unified Gateway Deep Dive: Multi‑Domain, Dynamic Routing, and Ten‑Million Concurrency Load Balancing

This article analyses how Nginx evolves from a simple reverse proxy to a unified edge gateway, covering multi‑domain management, dynamic routing, high‑concurrency capacity planning, load‑balancing algorithms, TLS handling, observability, Kubernetes deployment, and practical production pitfalls.

KubernetesObservabilityOpenResty
0 likes · 35 min read
Nginx Unified Gateway Deep Dive: Multi‑Domain, Dynamic Routing, and Ten‑Million Concurrency Load Balancing
Architect Chen
Architect Chen
Jun 17, 2026 · Operations

The Complete 2026 Guide to Nginx Commands

This article provides a comprehensive, step‑by‑step reference of essential Nginx commands—including service control, graceful reload, log reopening, configuration validation, compile‑time options, process inspection, log monitoring, and status metrics—complete with example usages and explanations for production environments.

Command LineLinuxServer Management
0 likes · 5 min read
The Complete 2026 Guide to Nginx Commands
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 15, 2026 · Operations

Designing Million‑QPS Architecture: LVS + Nginx + Keepalived Three‑Layer Load Balancing

The article explains how to build a million‑request‑per‑second system by combining LVS, Nginx, and Keepalived in a three‑layer load‑balancing architecture, detailing each layer’s responsibilities, configuration snippets, and kernel tuning parameters that ensure high throughput and seamless failover.

KeepalivedLVShigh-concurrency
0 likes · 5 min read
Designing Million‑QPS Architecture: LVS + Nginx + Keepalived Three‑Layer Load Balancing
Ops Community
Ops Community
Jun 13, 2026 · Operations

Nginx Log Analysis: Debugging Request Timeouts and 4xx/5xx Errors

This guide explains how to interpret Nginx access and error logs, understand the meaning of each log field, configure timeout directives across client, Nginx, upstream, and FastCGI layers, troubleshoot common 4xx and 5xx status codes, and use practical command‑line tools and analysis pipelines to quickly locate and resolve performance and connectivity issues.

ConfigurationMonitoringTroubleshooting
0 likes · 41 min read
Nginx Log Analysis: Debugging Request Timeouts and 4xx/5xx Errors
Architect's Guide
Architect's Guide
Jun 13, 2026 · Backend Development

Why Cloudflare Dropped Nginx for the New Pingora Proxy

Cloudflare replaced Nginx with its home‑grown Rust‑based proxy Pingora, detailing architectural limits of Nginx, the evaluation of alternatives, design choices such as multithreading and custom HTTP handling, and benchmark results that show lower latency, higher connection reuse, and reduced CPU‑memory usage.

CloudflareHTTP ProxyPingora
0 likes · 14 min read
Why Cloudflare Dropped Nginx for the New Pingora Proxy
Top Architect
Top Architect
Jun 12, 2026 · Operations

A Lightweight Nginx Log Analyzer That Finally Works

NginxPulse is a lightweight Nginx log analysis panel built with Go‑Gin backend and Vue3 frontend, offering real‑time PV/UV, IP geolocation, multi‑site support, custom log formats, remote log fetching, Docker/Docker‑Compose deployment, single‑binary builds and optional access control, all backed by SQLite.

DockerGoSQLite
0 likes · 8 min read
A Lightweight Nginx Log Analyzer That Finally Works
Java Tech Workshop
Java Tech Workshop
Jun 11, 2026 · Backend Development

Building a Production-Ready SpringBoot + Vue3 Front‑End/Back‑End Separation Architecture

This article presents a step‑by‑step guide to constructing a full‑stack SpringBoot + Vue3 project with production‑grade features such as global exception handling, unified error codes, JWT authentication, multi‑environment configuration, CORS solutions, pagination, Pinia state management, on‑demand UI imports, and Nginx reverse‑proxy deployment.

CORSJWTPinia
0 likes · 17 min read
Building a Production-Ready SpringBoot + Vue3 Front‑End/Back‑End Separation Architecture
ITPUB
ITPUB
Jun 10, 2026 · Operations

Avoidable P1 Outage: How Nginx Changes Caused All Gateway Requests to Return 400

A production change replaced two Nginx reverse‑proxy servers, introduced an upstream name containing an underscore, broke the Host header required by HTTP/1.1, and caused Spring Cloud Gateway to return 400 Bad Request for every request until the configuration was corrected.

400-bad-requestTroubleshootinghost-header
0 likes · 16 min read
Avoidable P1 Outage: How Nginx Changes Caused All Gateway Requests to Return 400
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 9, 2026 · Backend Development

Handling Trailing‑Slash URLs in Spring Boot 3 with UrlHandlerFilter

This article shows how Spring Boot 3.5.0’s built‑in UrlHandlerFilter can safely handle trailing‑slash URLs by either issuing a permanent redirect or wrapping the request, with step‑by‑step examples for Spring MVC, custom servlet filters, reactive WebFlux filters, and equivalent Nginx configuration.

Servlet FilterSpring BootTrailing Slash
0 likes · 9 min read
Handling Trailing‑Slash URLs in Spring Boot 3 with UrlHandlerFilter
Raymond Ops
Raymond Ops
Jun 5, 2026 · Operations

Dual‑Master Nginx + Keepalived Architecture: Eliminate Single Points of Failure

This guide walks through building a dual‑master Nginx + Keepalived high‑availability setup that doubles resource utilization, removes the idle‑backup drawback of traditional active‑passive designs, and provides step‑by‑step configuration, health‑check scripts, failover testing, best‑practice tips, and troubleshooting procedures.

KeepalivedLinuxhigh availability
0 likes · 33 min read
Dual‑Master Nginx + Keepalived Architecture: Eliminate Single Points of Failure
Black & White Path
Black & White Path
Jun 4, 2026 · Information Security

Hidden HTTP/2 Bomb Discovered by Codex Can Cripple Millions of Servers

The Codex team uncovered a new HTTP/2 bomb that exploits HPACK compression and a zero‑byte window stall, allowing an attacker with just 100 Mbps bandwidth to consume up to 32 GB of memory on vulnerable servers such as nginx, Apache, IIS, Envoy and Cloudflare Pingora within seconds, and the article details the attack mechanics, historical context, disclosure timeline, and mitigation strategies.

ApacheDOSEnvoy
0 likes · 12 min read
Hidden HTTP/2 Bomb Discovered by Codex Can Cripple Millions of Servers
Architect Chen
Architect Chen
Jun 2, 2026 · Backend Development

Unlock 10× Faster Responses: Inside Nginx’s Caching Mechanism

The article explains how Nginx’s two‑layer caching—browser and proxy—works, why it can reduce backend load and latency, often delivering more than tenfold performance gains for read‑heavy static content, and provides detailed configuration directives such as proxy_cache_path, proxy_cache, proxy_cache_valid, and best‑practice settings to ensure cache validity and avoid cache stampede.

ConfigurationProxy Cachecaching
0 likes · 5 min read
Unlock 10× Faster Responses: Inside Nginx’s Caching Mechanism
Architect Chen
Architect Chen
May 31, 2026 · Operations

15 Essential Nginx Commands Explained

This article provides a concise, step‑by‑step guide to the fifteen most frequently used Nginx commands, showing how to check versions, start, stop, reload, test configurations, view logs, monitor connections and ports, and troubleshoot common errors on Linux systems.

ConfigurationLinuxLog Monitoring
0 likes · 6 min read
15 Essential Nginx Commands Explained
MaGe Linux Operations
MaGe Linux Operations
May 26, 2026 · Operations

Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting

Nginx 502 Bad Gateway is one of the most frequent operational issues; this article outlines a systematic, layered approach—from checking Nginx error logs and backend service status to network connectivity, resource limits, timeout settings, and permission problems—providing concrete commands, example scenarios, and preventive measures to quickly identify and resolve the root cause.

502DockerLinux
0 likes · 27 min read
Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting
Black & White Path
Black & White Path
May 22, 2026 · Information Security

NGINX Poolslip 0‑Day RCE: Should You Panic?

A newly disclosed nginx‑poolslip 0‑day RCE affecting NGINX 1.31.0 targets the internal memory‑pool, requires a rare non‑default configuration, and while no public PoC exists, analysis of 4,000 real configurations found none exploitable, prompting specific mitigation steps.

0dayConfigurationMemory pool
0 likes · 9 min read
NGINX Poolslip 0‑Day RCE: Should You Panic?
MaGe Linux Operations
MaGe Linux Operations
May 20, 2026 · Operations

How to Choose Among the Four Common Load‑Balancing Solutions: LVS, Nginx, HAProxy or F5

This article explains why single‑server capacity is limited, lists typical load‑balancing problems, and provides a detailed comparison of four mainstream solutions—LVS, Nginx, HAProxy, and F5—covering their principles, architectures, configuration steps, pros, cons, suitable scenarios, a decision‑tree guide, common fault‑diagnosis procedures, and production‑risk warnings.

F5HAProxyLVS
0 likes · 38 min read
How to Choose Among the Four Common Load‑Balancing Solutions: LVS, Nginx, HAProxy or F5
Go Development Architecture Practice
Go Development Architecture Practice
May 20, 2026 · Operations

10 Essential Linux Ops Tools to Cut 80% of Overtime

This article introduces ten widely used Linux operations tools—Shell, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples to help engineers streamline daily tasks.

AnsibleDockerELK
0 likes · 9 min read
10 Essential Linux Ops Tools to Cut 80% of Overtime
AI Agent Super App
AI Agent Super App
May 20, 2026 · Operations

Enterprise‑Grade Nginx Configuration: From Binary Install to High‑Concurrency Production Deployment

This guide walks through installing Nginx via package manager or source compilation, explains core roles, provides a production‑ready configuration template, and details reverse proxy, load‑balancing strategies, health checks, high‑concurrency tuning, and HTTPS setup with self‑signed and Let’s Encrypt certificates.

LinuxSSLhigh-concurrency
0 likes · 13 min read
Enterprise‑Grade Nginx Configuration: From Binary Install to High‑Concurrency Production Deployment
Tech Ocean
Tech Ocean
May 17, 2026 · Operations

Set Up HTTPS on Ubuntu in 10 Minutes with Certbot and Automatic 90‑Day Renewal

This guide walks through installing Certbot on Ubuntu, obtaining a Let’s Encrypt certificate for both the root and www domains in under three minutes, automatically configuring Nginx, enabling systemd‑based 90‑day renewal, and avoiding common pitfalls, with an optional acme.sh alternative.

CertbotHTTPSLet's Encrypt
0 likes · 7 min read
Set Up HTTPS on Ubuntu in 10 Minutes with Certbot and Automatic 90‑Day Renewal
Su San Talks Tech
Su San Talks Tech
May 17, 2026 · Information Security

Nginx’s 18‑Year‑Old RCE Flaw Exposes One‑Third of Websites

A critical Nginx vulnerability (CVE‑2026‑42945, CVSS 9.2) discovered by depthfirst and F5 allows unauthenticated remote code execution via a single crafted HTTP request, affecting versions 0.6.27‑1.30.0 and roughly one‑third of global websites.

CVE-2026-42945RCEheap overflow
0 likes · 11 min read
Nginx’s 18‑Year‑Old RCE Flaw Exposes One‑Third of Websites
MaGe Linux Operations
MaGe Linux Operations
May 16, 2026 · Operations

How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide

By establishing baselines, methodically profiling logs, and applying layered tweaks—such as keepalive connections, gzip compression, proxy caching, worker tuning, HTTP/2, kernel parameters, and backend caching—this guide demonstrates how to reduce Nginx’s total response time from 500 ms to under 50 ms with measurable results.

HTTP/2Linux TuningProxy Cache
0 likes · 25 min read
How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide
Black & White Path
Black & White Path
May 16, 2026 · Information Security

A 18‑Year‑Old Nginx RCE Flaw Finally Exposed (CVE‑2026‑42945)

Depthfirst’s AI tool Rift uncovered a critical heap‑buffer‑overflow vulnerability (CVE‑2026‑42945) in Nginx’s ngx_http_rewrite_module that has been present for 18 years, allowing unauthenticated attackers to trigger denial‑of‑service or potential remote code execution, affecting versions 0.6.27‑1.30.0 and fixed in 1.30.1/1.31.0.

AI-assisted Vulnerability DiscoveryCVE-2026-42945Heap Buffer Overflow
0 likes · 5 min read
A 18‑Year‑Old Nginx RCE Flaw Finally Exposed (CVE‑2026‑42945)
MaGe Linux Operations
MaGe Linux Operations
May 14, 2026 · Operations

Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%

The article lists ten essential Linux operations tools—Shell scripting, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples, helping engineers streamline daily tasks and reduce overtime.

AnsibleDockerELK Stack
0 likes · 9 min read
Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%
Java Tech Enthusiast
Java Tech Enthusiast
May 9, 2026 · Backend Development

Why Still Put Nginx in Front of Spring Cloud Gateway?

The article explains that Nginx and Spring Cloud Gateway serve distinct roles—Nginx as a network‑level gateway handling static assets, SSL termination, and load balancing, while Gateway focuses on business‑level routing and filters—making the two‑layer architecture both logical and efficient.

SSL Offloadingload balancingmicroservices
0 likes · 6 min read
Why Still Put Nginx in Front of Spring Cloud Gateway?
Ops Community
Ops Community
May 9, 2026 · Operations

Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide

This article walks through building a simple, cost‑effective high‑availability solution for Nginx using Keepalived’s VRRP‑based VIP failover, covering environment setup, configuration of master and backup nodes, health‑check scripts, testing procedures, troubleshooting tips, and rollback steps.

FailoverKeepalivedLinux
0 likes · 29 min read
Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide
Ops Community
Ops Community
May 6, 2026 · Operations

Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database

When a website’s response time jumped from 200 ms to over 10 seconds, this guide walks through a layered investigation—from confirming the scope, checking Nginx and upstream health, analyzing application logs, inspecting MySQL processes, slow queries, and locks, to examining server CPU, memory, disk I/O, and network—providing concrete commands, expected outputs, and root‑cause patterns for effective troubleshooting and preventive monitoring.

LinuxMySQLTroubleshooting
0 likes · 34 min read
Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database
MaGe Linux Operations
MaGe Linux Operations
May 6, 2026 · Operations

Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them

The article systematically reviews ten typical Nginx configuration pitfalls that frequently trigger production incidents—such as location‑matching errors, proxy_pass slash issues, misuse of try_files, insufficient keepalive settings, client_max_body_size limits, gzip misconfiguration, incomplete TLS setup, worker process limits, log‑rotation problems, and exposed server version—providing a clear phenomenon → root cause → correct configuration → verification → risk reminder workflow for each, plus a comprehensive troubleshooting path, checklist, and rollback script for safe production changes.

ConfigurationDevOpsTroubleshooting
0 likes · 55 min read
Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them
Architect Chen
Architect Chen
May 6, 2026 · Backend Development

Comprehensive Visual Guide to Nginx Reverse Proxy Architecture

This article explains how Nginx functions as a reverse proxy, detailing its role as a unified entry point that hides backend servers, improves concurrency, and can be deployed in single‑node, load‑balanced, or multi‑layer architectures with concrete configuration examples and design considerations.

Configurationarchitecturebackend
0 likes · 4 min read
Comprehensive Visual Guide to Nginx Reverse Proxy Architecture
Architect Chen
Architect Chen
May 5, 2026 · Backend Development

Understanding Nginx Load Balancing: Compare 4 Common Scheduling Algorithms

The article explains Nginx’s core load‑balancing mechanisms, detailing four primary scheduling algorithms—Round Robin, Weighted Round Robin, IP Hash, and Least Connections—along with their advantages, drawbacks, and suitable scenarios, illustrated with diagrams and example configurations.

IP HashLeast ConnectionsRound Robin
0 likes · 5 min read
Understanding Nginx Load Balancing: Compare 4 Common Scheduling Algorithms
MaGe Linux Operations
MaGe Linux Operations
May 3, 2026 · Backend Development

How to Implement Nginx Rate Limiting: Prevent Abuse, Scraping, and API Overload

This article explains how to use Nginx's built‑in limit_req and limit_conn modules—based on the leaky‑bucket algorithm—to protect APIs from malicious flooding, excessive crawling, sudden traffic spikes, and individual user abuse, covering configuration directives, practical examples, advanced scenarios, testing, and deployment best practices.

API securityleaky bucketlimit_conn
0 likes · 20 min read
How to Implement Nginx Rate Limiting: Prevent Abuse, Scraping, and API Overload
IT Services Circle
IT Services Circle
May 2, 2026 · Backend Development

Why Add an Nginx Layer in Front of Spring Cloud Gateway?

The article explains that Nginx and Spring Cloud Gateway serve different roles—Nginx as a network gateway handling static files, load balancing, SSL termination, and ops tasks, while Gateway focuses on business routing—so using both together improves performance, scalability, and operational separation.

SSL Terminationbackend architectureload balancing
0 likes · 5 min read
Why Add an Nginx Layer in Front of Spring Cloud Gateway?