Skip to content

Commit

Permalink
Merge pull request #1483 from nod0n/proxy_header
Browse files Browse the repository at this point in the history
proxy set header X-Forwarded-Host
  • Loading branch information
bastelfreak committed Nov 23, 2021
2 parents 1b738ae + 77e41fd commit a4aedf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Expand Up @@ -145,6 +145,7 @@
'Host $host',
'X-Real-IP $remote_addr',
'X-Forwarded-For $proxy_add_x_forwarded_for',
'X-Forwarded-Host $host',
'X-Forwarded-Proto $scheme',
'Proxy ""',
],
Expand Down

0 comments on commit a4aedf6

Please sign in to comment.