Merge 288df29b5076ad6e72684908935aa67bb47beff6 into 9687e9e450eaf7370f9c17dbfbdd4e2cbf4032d3

This commit is contained in:
loca1h0st 2025-01-23 09:10:42 +01:00 committed by GitHub
commit 4d4caf8f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
add_header X-Served-By $host; 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-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;