Commit 6c4ed5e1 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10256 from aconstantin:patch-1

* pr/10256:
  Use underline instead of dash in tomcat properties
parents 32e24f3e 281a93a0
......@@ -2463,8 +2463,8 @@ by adding some entries to `application.properties`, e.g.
[source,properties,indent=0]
----
server.tomcat.remote_ip_header=x-forwarded-for
server.tomcat.protocol_header=x-forwarded-proto
server.tomcat.remote-ip-header=x-forwarded-for
server.tomcat.protocol-header=x-forwarded-proto
----
(The presence of either of those properties will switch on the valve. Or you can add the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment