Add forward headers support
This commit is contained in:
committed by
Donal McBreen
parent
268ec1c6e0
commit
d891eb91e4
@@ -91,3 +91,10 @@ proxy:
|
||||
max_request_body: 40_000_000
|
||||
max_response_body: 0
|
||||
memory: 2_000_000
|
||||
|
||||
# Forward headers
|
||||
#
|
||||
# Whether to forward the X-Forwarded-For and X-Forwarded-Proto headers (defaults to false)
|
||||
#
|
||||
# If you are behind a trusted proxy, you can set this to true to forward the headers.
|
||||
forward_headers: true
|
||||
|
||||
Reference in New Issue
Block a user