Updated following comments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/afd00e7c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/afd00e7c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/afd00e7c
Branch: refs/heads/0.9.0 Commit: afd00e7c058212e59212d00fd7b46815af6c66ff Parents: cdf2698 Author: David Bush <[email protected]> Authored: Mon May 2 08:10:05 2016 +0100 Committer: David Bush <[email protected]> Committed: Thu May 12 12:10:42 2016 +0100 ---------------------------------------------------------------------- guide/ops/server-cli-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/afd00e7c/guide/ops/server-cli-reference.md ---------------------------------------------------------------------- diff --git a/guide/ops/server-cli-reference.md b/guide/ops/server-cli-reference.md index 1887441..45266f2 100644 --- a/guide/ops/server-cli-reference.md +++ b/guide/ops/server-cli-reference.md @@ -76,7 +76,8 @@ Brooklyn process. ### Web Console Bind Address -To specify a local interface other than loopback (127.0.0.1) for the web console to bind to: +The web console will by default bind to 0.0.0.0. It's restricted to 127.0.0.1 if the `--noConsoleSecurity` flag is used. +To specify a local interface, or use the local loopback (127.0.0.1), for the web console to bind to you should use: --bindAddress <IP>
