docs: ports docs missing paren fix (#6367)
This commit is contained in:
parent
54c345babf
commit
e79a3a9e19
|
@ -25,7 +25,7 @@ Before running Consul, you should ensure the following bind ports are accessible
|
|||
| HTTPS: The HTTPs API | disabled (8501)* |
|
||||
| gRPC: The gRPC API | disabled (8502)* |
|
||||
| LAN Serf: The Serf LAN port (TCP and UDP) | 8301 |
|
||||
| Wan Serf: The Serf WAN port TCP and UDP) | 8302 |
|
||||
| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 |
|
||||
| server: Server RPC address (TCP Only) | 8300 |
|
||||
| Sidecar Proxy Min: Inclusive min port number to use for automatically assigned sidecar service registrations. | 21000 |
|
||||
| Sidecar Proxy Max: Inclusive max port number to use for automatically assigned sidecar service registrations. | 21255 |
|
||||
|
@ -57,4 +57,4 @@ are recommendations.
|
|||
**Server RPC** This is used by servers to handle incoming
|
||||
requests from other agents.
|
||||
|
||||
Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports).
|
||||
Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports).
|
||||
|
|
Loading…
Reference in New Issue