Commit 899537de authored by Phillip Webb's avatar Phillip Webb

Use dashed property form in documentation

parent 8e0e825e
...@@ -563,8 +563,8 @@ them unless you need different values: ...@@ -563,8 +563,8 @@ them unless you need different values:
[indent=0] [indent=0]
---- ----
server.tomcat.remote_ip_header=x-forwarded-for server.tomcat.remote-ip-header=x-forwarded-for
server.tomcat.protocol_header=x-forwarded-proto server.tomcat.protocol-header=x-forwarded-proto
---- ----
If your proxy uses different headers you can customize the valve's configuration by adding If your proxy uses different headers you can customize the valve's configuration by adding
...@@ -572,8 +572,8 @@ some entries to `application.properties`, e.g. ...@@ -572,8 +572,8 @@ some entries to `application.properties`, e.g.
[indent=0] [indent=0]
---- ----
server.tomcat.remote_ip_header=x-your-remote-ip-header server.tomcat.remote-ip-header=x-your-remote-ip-header
server.tomcat.protocol_header=x-your-protocol-header server.tomcat.protocol-header=x-your-protocol-header
---- ----
The valve is also configured with a default regular expression that matches internal The valve is also configured with a default regular expression that matches internal
......
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