summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenjerai Katanda <ckatanda@gitlab.com>2017-07-25 17:23:39 +0000
committerChenjerai Katanda <ckatanda@gitlab.com>2017-07-25 17:23:39 +0000
commite4028988b4f8428609abca36c92bfeca747bbefd (patch)
tree842075d53ff22d61a92133717b4153f922fe4d32
parentc07dfe668e2f2245bd87754e4eed0821061733a8 (diff)
downloadgitlab-ce-HA-external-urls-docs.tar.gz
Add note on external url setting for HA clusters.HA-external-urls-docs
-rw-r--r--doc/administration/high_availability/gitlab.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/administration/high_availability/gitlab.md b/doc/administration/high_availability/gitlab.md
index 137fed35a73..e2cf281bc49 100644
--- a/doc/administration/high_availability/gitlab.md
+++ b/doc/administration/high_availability/gitlab.md
@@ -70,6 +70,12 @@ for each GitLab application server in your environment.
gitlab_rails['redis_host'] = '10.1.0.6' # IP/hostname of Redis server
gitlab_rails['redis_password'] = 'Redis Password'
```
+
+ > **Note:** To maintain uniformity of links across HA clusters, the `external_url`
+ on the master as well as all secondary application servers should point to the
+ eventual url that users will use to access GitLab. In a typical HA setup,
+ this will be the url of the load balancer which will route traffic to all
+ GitLab application servers in the HA cluster.
1. Run `sudo gitlab-ctl reconfigure` to compile the configuration.