diff options
author | Evan Read <eread@gitlab.com> | 2019-07-09 03:31:56 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-09 03:31:56 +0000 |
commit | 86eac21aa644bcc88ae54f1fcec4b65fcb52ffd4 (patch) | |
tree | 354d31375665fe1a4bcd42278e6b57ca03a918f2 | |
parent | b3b6f1d5e943f0e9b858fc60822782beac2e172b (diff) | |
download | gitlab-ce-lyle-master-patch-69439.tar.gz |
Apply suggestion to doc/administration/high_availability/gitlab.mdlyle-master-patch-69439
-rw-r--r-- | doc/administration/high_availability/gitlab.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/high_availability/gitlab.md b/doc/administration/high_availability/gitlab.md index 72ccf5087f3..9b1b7142e83 100644 --- a/doc/administration/high_availability/gitlab.md +++ b/doc/administration/high_availability/gitlab.md @@ -125,7 +125,7 @@ need some extra configuration. from running on upgrade. Only the primary GitLab application server should handle migrations. -1. **Recommended** Configure host keys. Copy all contents(primary and public keys) inside `/etc/ssh/` on +1. **Recommended** Configure host keys. Copy the contents (primary and public keys) of `/etc/ssh/` on the primary application server to `/etc/ssh` on all secondary servers. This prevents false man-in-the-middle-attack alerts when accessing servers in your High Availability cluster behind a load balancer. |