diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-12 16:43:12 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-09-12 16:43:12 +0900 |
commit | 535fbda05d6ccc1dab026f86b43cfdaeb009b79f (patch) | |
tree | e8e4909c9a157b839169057d303f04c9279915d5 /doc/administration/high_availability/gitlab.md | |
parent | 42ce83bdd31d10c8e128f6951db7d60e2dbe6dce (diff) | |
download | gitlab-ce-docs-capitalization-5.tar.gz |
Fix capitalization in geo and HA docsdocs-capitalization-5
Fix as many backtick and capitalization issues as
possible in Geo and HA docs
Diffstat (limited to 'doc/administration/high_availability/gitlab.md')
-rw-r--r-- | doc/administration/high_availability/gitlab.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/high_availability/gitlab.md b/doc/administration/high_availability/gitlab.md index 0d1dd06871a..9c6c8dfbc78 100644 --- a/doc/administration/high_availability/gitlab.md +++ b/doc/administration/high_availability/gitlab.md @@ -90,8 +90,8 @@ these additional steps before proceeding with GitLab installation. NOTE: **Note:** When you specify `https` in the `external_url`, as in the example above, GitLab assumes you have SSL certificates in `/etc/gitlab/ssl/`. If - certificates are not present, Nginx will fail to start. See - [Nginx documentation](https://docs.gitlab.com/omnibus/settings/nginx.html#enable-https) + certificates are not present, NGINX will fail to start. See + [NGINX documentation](https://docs.gitlab.com/omnibus/settings/nginx.html#enable-https) for more information. NOTE: **Note:** It is best to set the `uid` and `gid`s prior to the initial reconfigure @@ -175,7 +175,7 @@ If you enable Monitoring, it must be enabled on **all** GitLab servers. CAUTION: **Warning:** After changing `unicorn['listen']` in `gitlab.rb`, and running `sudo gitlab-ctl reconfigure`, - it can take an extended period of time for unicorn to complete reloading after receiving a `HUP`. + it can take an extended period of time for Unicorn to complete reloading after receiving a `HUP`. For more information, see the [issue](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4401). ## Troubleshooting |