diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-18 06:07:02 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-18 06:07:02 +0000 |
commit | 9bbb32b29703f3ce33dd35d5101145774b793a6d (patch) | |
tree | aa1bae0e06dae141228e49b79eada8eaab4cd796 /doc/administration/geo | |
parent | 16b4f7c9c87d686e9ddb9ee61fea4be4850231a9 (diff) | |
download | gitlab-ce-9bbb32b29703f3ce33dd35d5101145774b793a6d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo')
-rw-r--r-- | doc/administration/geo/replication/location_aware_git_url.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/administration/geo/replication/location_aware_git_url.md b/doc/administration/geo/replication/location_aware_git_url.md index bb47031a544..6183a0ad119 100644 --- a/doc/administration/geo/replication/location_aware_git_url.md +++ b/doc/administration/geo/replication/location_aware_git_url.md @@ -95,12 +95,12 @@ on the external URL of the current host. For example: ![Clone panel](img/single_git_clone_panel.png) -You can customize the SSH remote URL to use the location-aware -`git.example.com`. To do so, change the SSH remote URL's host by setting -`gitlab_rails['gitlab_ssh_host']` in `gitlab.rb` of web nodes. +You can customize the: -You can customize the HTTP remote URL as shown in -[Custom Git clone URL for HTTP(S)](../../../user/admin_area/settings/visibility_and_access_controls.md#custom-git-clone-url-for-https). +- SSH remote URL to use the location-aware `git.example.com`. To do so, change the SSH remote URL's + host by setting `gitlab_rails['gitlab_ssh_host']` in `gitlab.rb` of web nodes. +- HTTP remote URL as shown in + [Custom Git clone URL for HTTP(S)](../../../user/admin_area/settings/visibility_and_access_controls.md#custom-git-clone-url-for-https). ## Example Git request handling behavior |