1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix some broken links in the cluster documentation

Summary:
Looks like some copy pasta snuck in. Also fixes a missed
parenthesis.

Test Plan: Eyeball it.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15920
This commit is contained in:
Austin Seipp 2016-05-15 07:15:34 +00:00 committed by thoughtpolice
parent c9365e48d8
commit 1567f07e3c
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ at any time.
First, deploy the Phabricator software and configuration to a host, then
register the host as a cluster device if it is not already registered (for
help, see @{article:Cluster: Devices}.
help, see @{article:Cluster: Devices}.)
Once the host is registered, start the SSH server, and then add the host to the
SSH load balancer pool.
@ -36,7 +36,7 @@ production freely.
You may also want to run web services on these hosts, since the service is very
similar to SSH, also stateless, and it may be simpler to load balance the
services together. For details, see @{cluster: Web Servers}.
services together. For details, see @{article:Cluster: Web Servers}.
Next Steps

View file

@ -24,7 +24,7 @@ at any time.
First, deploy the Phabricator software and configuration to a host, then
register the host as a cluster device if it is not already registered (for
help, see @{article:Cluster: Devices}.
help, see @{article:Cluster: Devices}.)
Once the host is registered, start the web server, and then add the host to the
load balancer pool.
@ -34,7 +34,7 @@ production freely.
You may also want to run SSH services on these hosts, since the service is very
similar to HTTP, also stateless, and it may be simpler to load balance the
services together. For details, see @{cluster:SSH Servers}.
services together. For details, see @{article:Cluster: SSH Servers}.
Next Steps