Tag

upstream

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 3, 2025 · Operations

Mastering Nginx Load Balancing and Reverse Proxy Configuration

This article explains how to configure Nginx load balancing with upstream blocks, server weight, ip_hash, and logging variables, and details reverse‑proxy settings such as proxy_pass, proxy_method, header handling, redirects, and error‑fallback options, providing complete code examples for each feature.

Load BalancingNginxReverse Proxy
0 likes · 12 min read
Mastering Nginx Load Balancing and Reverse Proxy Configuration
Raymond Ops
Raymond Ops
Apr 5, 2025 · Operations

Master Nginx Load Balancing: Step‑by‑Step Configuration Guide

This article explains how to configure Nginx as a load balancer for web applications, covering upstream and proxy_pass definitions, the three built‑in balancing methods, weight and connection settings, fail‑over options, and practical code examples for both HTTP and HTTPS deployments.

Load BalancingNginxOperations
0 likes · 11 min read
Master Nginx Load Balancing: Step‑by‑Step Configuration Guide
Ops Development Stories
Ops Development Stories
Jul 10, 2023 · Operations

Why Nginx Reverse Proxy Fails with HTTPS and How to Fix SSL SNI Errors

This article walks through a real‑world Nginx reverse‑proxy SSL issue, explains the root cause of 502 and handshake failures caused by missing SNI support, and provides step‑by‑step configuration changes and code snippets to resolve the problem.

NginxReverse Proxyconfiguration
0 likes · 8 min read
Why Nginx Reverse Proxy Fails with HTTPS and How to Fix SSL SNI Errors