This commit is contained in:
Xialijun
2024-10-17 01:55:35 +00: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;