diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 26294c486b..d30cb2a206 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -570,8 +570,9 @@ management endpoint: The `application.properties` example above will change the endpoint from `/application/{id}` to `/manage/{id}` (e.g. `/manage/info`). -NOTE: Even if an endpoint path is configured separately, it is still relative to the -`management.context-path`. +NOTE: Unless the management port has been configured to +<>, `management.context-path` is relative to `server.context-path`.