Tag

proxy_pass

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
May 29, 2025 · Backend Development

Mastering Nginx proxy_pass: How Slash Placement Affects URL Forwarding

This guide explains how the presence or absence of trailing slashes in Nginx location and proxy_pass directives changes the final proxied URL, providing eight concrete configuration examples and the resulting URLs to help you avoid common routing errors.

HTTPNginxServer
0 likes · 6 min read
Mastering Nginx proxy_pass: How Slash Placement Affects URL Forwarding
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 BalancingNginxconfiguration
0 likes · 11 min read
Master Nginx Load Balancing: Step‑by‑Step Configuration Guide
Top Architect
Top Architect
Oct 7, 2021 · Backend Development

Understanding Nginx location Matching and the Effect of Trailing Slash in proxy_pass

This article explains how Nginx location directives match request paths and demonstrates the four different behaviors of proxy_pass when the trailing slash is present or omitted, using concrete configuration examples and test results to clarify the impact on URL rewriting and request forwarding.

Nginxbackendconfiguration
0 likes · 7 min read
Understanding Nginx location Matching and the Effect of Trailing Slash in proxy_pass
Practical DevOps Architecture
Practical DevOps Architecture
Feb 17, 2021 · Operations

Understanding Nginx Proxy Pass Path Matching and Configuration Details

This article explains how the presence or absence of a trailing slash in an Nginx proxy_pass directive affects request routing, demonstrates correct configurations with examples, and provides additional proxy and upstream settings for reliable backend forwarding.

Nginxbackendconfiguration
0 likes · 4 min read
Understanding Nginx Proxy Pass Path Matching and Configuration Details