mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
Add missing proxy headers
This commit is contained in:
parent
026783f018
commit
a4871a915e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
proxy_set_header Host $host;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue