Skip to content

Commit 528fcf3

Browse files
committed
Refine server.server-header documentation
Fixes gh-4461
1 parent 945b425 commit 528fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
153153
server.jsp-servlet.init-parameters.*= # Init parameters used to configure the JSP servlet
154154
server.jsp-servlet.registered=true # Whether or not the JSP servlet is registered
155155
server.port=8080 # Server HTTP port.
156-
server.server-header= # The value sent in the server response header
156+
server.server-header= # The value sent in the server response header (uses servlet container default if empty)
157157
server.servlet-path=/ # Path of the main dispatcher servlet.
158158
server.session.cookie.comment= # Comment for the session cookie.
159159
server.session.cookie.domain= # Domain for the session cookie.

0 commit comments

Comments
 (0)