From 17644702e2d27738f045a1e6002d1c08230b2dc6 Mon Sep 17 00:00:00 2001 From: dallaslu Date: Fri, 5 Jun 2026 04:23:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20proxy=5Fpass/forwarded.con?= =?UTF-8?q?f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy_pass/forwarded.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proxy_pass/forwarded.conf b/proxy_pass/forwarded.conf index 2153609..9e0b6ce 100644 --- a/proxy_pass/forwarded.conf +++ b/proxy_pass/forwarded.conf @@ -6,4 +6,6 @@ proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Destination $http_destination; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-NginX-Proxy true; \ No newline at end of file +proxy_set_header X-NginX-Proxy true; + +proxy_redirect off; \ No newline at end of file