Skip to content

Commit f801c12

Browse files
committed
Merge branch '1.5.x'
2 parents 918d803 + 02e2d90 commit f801c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ content into your application; rather pick only the properties that you need.
152152
server.address= # Network address to which the server should bind to.
153153
server.compression.enabled=false # If response compression is enabled.
154154
server.compression.excluded-user-agents= # List of user-agents to exclude from compression.
155-
server.compression.mime-types= # Comma-separated list of MIME types that should be compressed. For instance `text/html,text/css,application/json`
156-
server.compression.min-response-size= # Minimum response size that is required for compression to be performed. For instance 2048
155+
server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript # Comma-separated list of MIME types that should be compressed.
156+
server.compression.min-response-size=2048 # Minimum response size that is required for compression to be performed.
157157
server.connection-timeout= # Time in milliseconds that connectors will wait for another HTTP request before closing the connection. When not set, the connector's container-specific default will be used. Use a value of -1 to indicate no (i.e. infinite) timeout.
158158
server.display-name=application # Display name of the application.
159159
server.max-http-header-size=0 # Maximum size in bytes of the HTTP message header.

0 commit comments

Comments
 (0)