更新 proxy_pass/forwarded.conf

This commit is contained in:
Dallas Lu 2026-06-05 04:23:10 +00:00
parent c57a258d44
commit 17644702e2

View file

@ -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;
proxy_set_header X-NginX-Proxy true;
proxy_redirect off;