From 78d13c513c87cf66f7a6b309f34e359b41f500e9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 24 Mar 2014 10:07:10 +0000 Subject: [PATCH] Correct property path for management.address Fixes gh-558 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 94f696c48f7..1a9bec5ceb4 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -308,7 +308,7 @@ want to disable management security: [[production-ready-customizing-management-server-address]] === Customizing the management server address You can customize the address that the management endpoints are available on by -setting the `management.security.address` property. This can be useful if you want to +setting the `management.address` property. This can be useful if you want to listen only on an internal or ops-facing network, or to only listen for connections from `localhost`.