feat: respect x-* headers for redirections (#9054)
This commit is contained in:
parent
240b66d737
commit
c0b71f8286
4 changed files with 21 additions and 0 deletions
|
|
@ -271,6 +271,9 @@ HTTP_REQUEST_MAX_WRITE_TIMEOUT=600
|
|||
HTTP_REQUEST_NODE_MAX_BINARY_SIZE=10485760
|
||||
HTTP_REQUEST_NODE_MAX_TEXT_SIZE=1048576
|
||||
|
||||
# Respect X-* headers to redirect clients
|
||||
RESPECT_XFORWARD_HEADERS_ENABLED=false
|
||||
|
||||
# Log file path
|
||||
LOG_FILE=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue