Commit 4d05e853 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'HA-external-urls-docs' into 'master'

Add note on external url setting for HA clusters.

See merge request !13089
parents 72e88b0f e4028988
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment