Remove reference to port 80 in UCP

This commit is contained in:
Joao Fernandes 2016-11-09 14:03:42 -08:00
parent bf8deca1a7
commit 2352346fc3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ load balancer to balance user requests across all manager nodes.
Since Docker UCP uses mutual TLS, make sure you configure your load balancer to:
* Load-balance TCP traffic on ports 80 and 443,
* Load-balance TCP traffic on port 443,
* Not terminate HTTPS connections,
* Use the `/_ping` endpoint on each manager node, to check if the node
is healthy and if it should remain on the load balancing pool or not.