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: George Gastaldi <[email protected]>
  • Loading branch information
geoand and gastaldi authored Jul 25, 2023
1 parent acbaa8c commit faf98dc
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 @@ -461,7 +461,7 @@ public static class MyCustomizer implements HttpServerOptionsCustomizer {
}
}
----
<1> By making the class a bean, Quarkus will take the customizer into account when it starts the Vert.x servers
<1> By making the class a managed bean, Quarkus will take the customizer into account when it starts the Vert.x servers
<2> In this case, we only care about customizing the HTTP server, so we just override the `customizeHttpServer` method.

[[reverse-proxy]]
Expand Down

0 comments on commit faf98dc

Please sign in to comment.