Merge pull request #73 from thelittlefireman/patch-4

Add missing reverse proxy header (X-Forwarded-Host)
This commit is contained in:
Bunkerity 2021-03-08 10:16:31 +01:00 committed by GitHub
commit 43750f5536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Protocol $scheme;
proxy_set_header X-Forwarded-Host $http_host;