diff --git a/website/content/docs/install-boundary/configure-workers.mdx b/website/content/docs/install-boundary/configure-workers.mdx index 26cabd7a54..d897f88add 100644 --- a/website/content/docs/install-boundary/configure-workers.mdx +++ b/website/content/docs/install-boundary/configure-workers.mdx @@ -74,7 +74,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -143,7 +143,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -151,7 +151,7 @@ listener "tcp" { # worker service worker { public_addr = "" - initial_upstreams = [":9201"] + initial_upstreams = [":9202"] auth_storage_path = "/etc/boundary.d/auth_storage/" tags { type = ["worker2", "intermediate"] @@ -212,7 +212,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -220,7 +220,7 @@ listener "tcp" { # worker service worker { public_addr = "" - initial_upstreams = [":9201"] + initial_upstreams = [":9202"] auth_storage_path = "/etc/boundary.d/auth_storage/" tags { type = ["worker3", "egress"]