Update gitlab.md

This commit is contained in:
Davin Walker 2018-07-13 16:39:55 +00:00 committed by Achilleas Pipinellis
parent d4e9cd9de4
commit 08c2a5f8f9
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
1 changed files with 5 additions and 0 deletions

View File

@ -122,6 +122,11 @@ need some extra configuration.
from running on upgrade. Only the primary GitLab application server should
handle migrations.
1. **Optional** Configure host keys. Copy all contents(primary and public keys) inside `/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.
1. Run `sudo gitlab-ctl reconfigure` to compile the configuration.
## Troubleshooting