Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/http-reference.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
geoand and gsmet authored Jul 25, 2023
1 parent 4ebeba5 commit def4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Use `quarkus.http.access-log.exclude-pattern=/some/path/.*` to exclude all entri
== Arbitrary customizations

Quarkus allows users to arbitrarily customize the options of HTTP server(s) that is(are) started by Quarkus via the use of `io.quarkus.vertx.http.HttpServerOptionsCustomizer`.
For example, the HTTP port needs to be set programmatically, then the following code could be used:
For example, if the HTTP port needs to be set programmatically, then the following code could be used:

[source,java]
----
Expand Down

0 comments on commit def4e77

Please sign in to comment.