Merge pull request #5650 from resmo/feature/add-forward_headers_strategy-config
[3.4] Add option to configure spring's server.forward_headers_strategy
This commit is contained in:
commit
0190887a07
@ -19,6 +19,8 @@ server:
|
||||
address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
|
||||
# Server bind port
|
||||
port: "${HTTP_BIND_PORT:8080}"
|
||||
# Server forward headers strategy
|
||||
forward_headers_strategy: "${HTTP_FORWARD_HEADERS_STRATEGY:NONE}"
|
||||
# Server SSL configuration
|
||||
ssl:
|
||||
# Enable/disable SSL support
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user