Add option to configure spring's server.forward_headers_strategy
This commit is contained in:
parent
d7be38d3cf
commit
ec10a425b8
@ -19,6 +19,8 @@ server:
|
|||||||
address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
|
address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
|
||||||
# Server bind port
|
# Server bind port
|
||||||
port: "${HTTP_BIND_PORT:8080}"
|
port: "${HTTP_BIND_PORT:8080}"
|
||||||
|
# Server forward headers strategy
|
||||||
|
forward_headers_strategy: "${HTTP_FORWARD_HEADERS_STRATEGY:NONE}"
|
||||||
# Server SSL configuration
|
# Server SSL configuration
|
||||||
ssl:
|
ssl:
|
||||||
# Enable/disable SSL support
|
# Enable/disable SSL support
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user