Merge 30787f7ee3d1c73d01815b18581a48c54b066c6f into 805968aac613fb3719b5fe8a78cdb2d7c7a7f026

This commit is contained in:
Volker Braun 2024-12-18 01:51:51 -04:00 committed by GitHub
commit 38888157b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
add_header X-Served-By $host; add_header X-Served-By $host;
proxy_set_header Host $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;