Tag

Reverse Proxy

1 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
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 21, 2025 · Backend Development

Enabling Underscore Headers in Nginx for Spring Boot Applications

This article demonstrates how Nginx’s default behavior ignores request headers containing underscores, causing missing parameters in a Spring Boot application, and shows how to configure the 'underscores_in_headers on;' directive to correctly forward such headers, with code examples and testing via Postman.

NginxReverse ProxySpring Boot
0 likes · 4 min read
Enabling Underscore Headers in Nginx for Spring Boot Applications
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 8, 2025 · Operations

Understanding Nginx Forward and Reverse Proxy: Differences and Use Cases

This article explains the concepts of Nginx forward and reverse proxy, compares their roles, client and server perceptions, typical usage scenarios, and highlights why reverse proxy is a core Nginx feature while forward proxy is rarely used without third‑party modules.

Load BalancingNginxReverse Proxy
0 likes · 5 min read
Understanding Nginx Forward and Reverse Proxy: Differences and Use Cases
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 28, 2025 · Backend Development

Understanding Nginx Forward and Reverse Proxy: Concepts, Workflow, and Configuration

This article explains the principles of Nginx forward and reverse proxy, compares their differences, and provides practical configuration examples and workflow diagrams to help developers implement proxy solutions for client access control and server-side performance optimization.

NginxProxy ConfigurationReverse Proxy
0 likes · 4 min read
Understanding Nginx Forward and Reverse Proxy: Concepts, Workflow, and Configuration
macrozheng
macrozheng
Apr 22, 2025 · Operations

How Nginx Turns a Simple HTML File into a High‑Performance Gateway

This article explains how Nginx works as an HTTP server and reverse proxy, detailing its modular gateway capabilities, single‑thread design, multi‑worker architecture, shared memory, proxy caching, master‑worker coordination, and how to address its single‑point‑of‑failure limitations.

Load BalancingNginxReverse Proxy
0 likes · 12 min read
How Nginx Turns a Simple HTML File into a High‑Performance Gateway
Raymond Ops
Raymond Ops
Apr 19, 2025 · Operations

How to Set Up Transparent and Reverse Proxy with Squid on Linux

This guide walks through installing Squid on Linux, configuring it as a transparent proxy for internal clients, setting up a reverse proxy for external web servers, and applying common ACL rules to control access and improve network performance.

ACLLinuxProxy
0 likes · 11 min read
How to Set Up Transparent and Reverse Proxy with Squid on Linux
IT Services Circle
IT Services Circle
Apr 11, 2025 · Operations

Understanding Nginx: HTTP Server, Reverse Proxy, and Modular Gateway Architecture

This article explains how Nginx transforms a simple local HTML file into a high‑performance HTTP server and reverse‑proxy gateway, detailing its modular capabilities, configuration via nginx.conf, single‑thread design, multi‑worker processes, shared memory, proxy caching, master‑worker coordination, and the challenges of single‑point failure.

Load BalancingNginxReverse Proxy
0 likes · 10 min read
Understanding Nginx: HTTP Server, Reverse Proxy, and Modular Gateway Architecture
Java Tech Enthusiast
Java Tech Enthusiast
Apr 10, 2025 · Backend Development

Understanding Nginx: HTTP Server, Reverse Proxy, and Scalable Architecture

The article shows how adding HTML tags turns a plain‑text file into a web page, explains the need for an HTTP service to serve it, introduces reverse proxies for load‑balancing and address hiding, and outlines Nginx’s event‑driven architecture with master and worker processes, shared memory, proxy cache, multi‑protocol support, configurable modules, and scaling options, while warning of a single‑instance failure and recommending cluster mode.

Load BalancingMaster ProcessNginx
0 likes · 9 min read
Understanding Nginx: HTTP Server, Reverse Proxy, and Scalable Architecture
Practical DevOps Architecture
Practical DevOps Architecture
Mar 27, 2025 · Backend Development

Resolving 502 Bad Gateway Errors in Nginx Reverse Proxy Caused by Missing SNI Configuration

This article explains why Nginx reverse‑proxying to an HTTPS upstream can return a 502 Bad Gateway error when SNI is not sent, shows the relevant SSL handshake log, and provides a complete configuration example—including enabling proxy_ssl_server_name—to fix the issue and avoid reload‑related socket problems.

502 Bad GatewayNginxReverse Proxy
0 likes · 4 min read
Resolving 502 Bad Gateway Errors in Nginx Reverse Proxy Caused by Missing SNI Configuration
37 Interactive Technology Team
37 Interactive Technology Team
Mar 12, 2025 · Operations

Implementing Nginx Reverse Proxy for Dify to Access Claude Model

To bypass policy restrictions that block direct AWS Bedrock access from China, the team implemented an Nginx stream‑mode reverse proxy with ssl_preread to route Claude model requests, updated Dify’s docker‑compose hosts, and restarted services, achieving low‑cost, minimal‑impact access without migrating data centers.

AWSClaudeDify
0 likes · 4 min read
Implementing Nginx Reverse Proxy for Dify to Access Claude Model
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 13, 2025 · Operations

Using FRP for Intranet Penetration and Flexible Port Mapping – A Practical Guide

This article explains the limitations of existing intranet penetration tools, presents a custom SSH port‑mapping script, and provides a step‑by‑step tutorial on deploying FRP (frps and frpc), configuring tunnels, managing services with systemd, and verifying port forwarding through the FRP dashboard.

Intranet PenetrationPort MappingReverse Proxy
0 likes · 13 min read
Using FRP for Intranet Penetration and Flexible Port Mapping – A Practical Guide
Java Architect Essentials
Java Architect Essentials
Dec 26, 2024 · Backend Development

Comprehensive Nginx Configuration, Optimization, and Deployment Guide

This article provides a step‑by‑step tutorial on understanding, simplifying, and optimizing Nginx configuration—including global, events, and http blocks, common deployment scenarios, reverse‑proxy setup, gzip compression, maintenance pages, multi‑site hosting, static‑dynamic separation, and essential command‑line operations—complete with annotated code examples.

DeploymentNginxReverse Proxy
0 likes · 14 min read
Comprehensive Nginx Configuration, Optimization, and Deployment Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Dec 18, 2024 · Backend Development

Understanding Nginx Architecture: Master and Worker Processes, Workflow, and Key Features

This article explains the core principles of Nginx, describing its multi‑process architecture, the roles of the master and worker processes, the request handling workflow, and why it is widely used as a high‑performance reverse proxy, load balancer, and HTTP cache.

Load BalancingNginxReverse Proxy
0 likes · 5 min read
Understanding Nginx Architecture: Master and Worker Processes, Workflow, and Key Features
macrozheng
macrozheng
Dec 12, 2024 · Backend Development

Master Caddy: Simplify Web Server Setup and Advanced Proxy Configurations

This tutorial introduces Caddy, a modern Go‑based web server, shows how to install it with Docker, and demonstrates static and dynamic proxy setups, directory routing, gzip compression, and address rewriting for a SpringBoot‑Vue e‑commerce project.

CaddyCaddyfileDocker
0 likes · 9 min read
Master Caddy: Simplify Web Server Setup and Advanced Proxy Configurations
Top Architect
Top Architect
Oct 29, 2024 · Backend Development

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a step‑by‑step tutorial on understanding, simplifying, and optimizing Nginx configuration—including core directives, global/events/http blocks, reverse‑proxy setup, gzip compression, static‑dynamic separation, multi‑site hosting, and essential command‑line operations—complete with annotated code examples.

DeploymentNginxReverse Proxy
0 likes · 16 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Java Architect Essentials
Java Architect Essentials
Oct 25, 2024 · Operations

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a step‑by‑step walkthrough of Nginx configuration, explaining the original nginx.conf structure, simplifying it, detailing global, events, and http blocks, and covering common optimizations such as history‑mode handling, reverse proxy setup, gzip compression, maintenance pages, multi‑site hosting, and essential command‑line operations.

DeploymentNginxReverse Proxy
0 likes · 17 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Selected Java Interview Questions
Selected Java Interview Questions
Oct 6, 2024 · Backend Development

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a detailed walkthrough of Nginx configuration, explaining the global, events, and http blocks, offering simple deployment steps, and covering common optimizations such as history‑mode handling, reverse proxy setup, gzip compression, maintenance pages, multi‑site hosting, static‑dynamic separation, and essential command‑line operations.

DeploymentNginxReverse Proxy
0 likes · 12 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Top Architect
Top Architect
Sep 27, 2024 · Backend Development

Comprehensive Guide to Nginx Configuration, Optimization, and Deployment

This article provides a step‑by‑step tutorial on understanding, simplifying, annotating, and optimizing Nginx configuration files, covering global, events, and http blocks, practical deployment tips, reverse‑proxy setup, gzip compression, maintenance pages, multi‑site hosting, static‑dynamic separation, and essential command‑line operations for Linux servers.

DeploymentNginxReverse Proxy
0 likes · 20 min read
Comprehensive Guide to Nginx Configuration, Optimization, and Deployment
Top Architect
Top Architect
Sep 23, 2024 · Backend Development

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a step‑by‑step walkthrough of Nginx configuration, explaining the original nginx.conf file, simplifying it, describing the global, events, and http blocks, and covering practical deployment, reverse‑proxy setup, gzip compression, maintenance pages, multi‑site hosting, static‑dynamic separation, and essential command‑line operations.

DeploymentNginxReverse Proxy
0 likes · 17 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Architect
Architect
Sep 21, 2024 · Operations

Comprehensive Guide to Nginx Configuration, Optimization, and Deployment

This article provides a step‑by‑step tutorial on understanding, simplifying, and optimizing Nginx configuration files, covering the global, events, and http blocks, essential commands for installation and management, and practical tips such as history‑mode handling, reverse proxy setup, gzip compression, maintenance pages, virtual hosting, and static‑dynamic separation.

DeploymentNginxReverse Proxy
0 likes · 14 min read
Comprehensive Guide to Nginx Configuration, Optimization, and Deployment