Skip to content

Commit 955fe18

Browse files
committed
Polish 'Improve readability of documentation'
See gh-41162
1 parent cf8ed63 commit 955fe18

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/webserver.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ Undertow supports `h2c` and `h2` out of the box.
294294
[[howto.webserver.configure]]
295295
== Configure the Web Server
296296

297-
Generally, you should first consider using one of the many available configuration keys and customize your web server by adding new entries in your `application.properties` or `application.yaml` file
298-
(see "`xref:properties-and-configuration.adoc#howto.properties-and-configuration.discover-build-in-options-for-external-properties[Discover Built-in Options for External Properties]`").
297+
Generally, you should first consider using one of the many available configuration keys and customize your web server by adding new entries in your `application.properties` or `application.yaml` file (see "`xref:properties-and-configuration.adoc#howto.properties-and-configuration.discover-build-in-options-for-external-properties[Discover Built-in Options for External Properties]`").
299298
The `server.{asterisk}` namespace is quite useful here, and it includes namespaces like `server.tomcat.{asterisk}`, `server.jetty.{asterisk}` and others, for server-specific features.
300299
See the list of xref:appendix:application-properties/index.adoc[Common Application Properties].
301300

0 commit comments

Comments
 (0)