From fc5bfe5098ad0e1606a367f65b29e3d42c3a2c14 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 21 Nov 2019 13:02:51 -0500 Subject: [PATCH] clarify example for tcp in custom balancers (#27) --- docs/guides/load-balancing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/load-balancing.md b/docs/guides/load-balancing.md index 2b3dde2..6da5a3c 100644 --- a/docs/guides/load-balancing.md +++ b/docs/guides/load-balancing.md @@ -51,7 +51,7 @@ For a `convox.yml` like this: service: web ports: 5000: 3000 - 5001: 3000 + 5001: 3001 services: web: port: 3000 @@ -65,6 +65,6 @@ Convox will configure a dedicated load balancer for each entry in the `balancers You could then access this application using the following URLs: * `http://1.2.3.4:5000` -* `http://1.2.3.4:5001` +* `tcp://1.2.3.4:5001` > Note that Convox will not configure SSL termination for ports on a custom load balancer. \ No newline at end of file