small fixes

This commit is contained in:
Alex Dadgar
2017-01-27 15:10:59 -08:00
parent 00d4dd6771
commit 12e10478b5

View File

@@ -57,15 +57,15 @@ of having a single "global" region and many datacenter.
## Ports Used
Nomad requires up to 3 different ports to work properly, some on
TCP, UDP, or both protocols. Below we document the requirements for each
Nomad requires 3 different ports to work properly on servers and 2 on clients,
some on TCP, UDP, or both protocols. Below we document the requirements for each
port.
* HTTP API (Default 4646). This is used by clients to talk to the HTTP
* HTTP API (Default 4646). This is used by clients and servers to serve the HTTP
API. TCP only.
* Server RPC (Default 4647). This is used by servers to handle incoming
requests from other agents. TCP only.
* RPC (Default 4647). This is used by servers and clients to communicate amongst
each other. TCP only.
* Serf WAN (Default 4648). This is used by servers to gossip over the
WAN to other servers. TCP and UDP.
* Serf WAN (Default 4648). This is used by servers to gossip over the WAN to
other servers. TCP and UDP.