This commit is contained in:
Xialijun
2025-02-24 06:13:37 -06:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,5 @@
add_header X-Served-By $host;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;