Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e4028988
Commit
e4028988
authored
Jul 25, 2017
by
Chenjerai Katanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note on external url setting for HA clusters.
parent
c07dfe66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/administration/high_availability/gitlab.md
doc/administration/high_availability/gitlab.md
+6
-0
No files found.
doc/administration/high_availability/gitlab.md
View file @
e4028988
...
@@ -70,6 +70,12 @@ for each GitLab application server in your environment.
...
@@ -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_host'
]
=
'10.1.0.6'
# IP/hostname of Redis server
gitlab_rails
[
'redis_password'
]
=
'Redis Password'
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.
1.
Run
`sudo gitlab-ctl reconfigure`
to compile the configuration.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment