Skip to content

Commit

Permalink
Merge pull request #1462 from bruhadavid/master
Browse files Browse the repository at this point in the history
Set X-Forwarded-Proto by default for reverse proxies
  • Loading branch information
kenyon committed Oct 4, 2021
2 parents 4b11c08 + de55e67 commit 96089f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
'Host $host',
'X-Real-IP $remote_addr',
'X-Forwarded-For $proxy_add_x_forwarded_for',
'X-Forwarded-Proto $scheme',
'Proxy ""',
],
Array $proxy_hide_header = [],
Expand Down

0 comments on commit 96089f3

Please sign in to comment.