Skip to content

Commit

Permalink
Improve readability of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusscheper authored and philwebb committed Jun 20, 2024
1 parent 6c34c02 commit cf8ed63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ Undertow supports `h2c` and `h2` out of the box.
[[howto.webserver.configure]]
== Configure the Web Server

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]`").
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]`").
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.
See the list of xref:appendix:application-properties/index.adoc[Common Application Properties].

Expand Down

0 comments on commit cf8ed63

Please sign in to comment.