Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-10 18:00:43 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-07-10 18:00:43 +0300
commit063f03b9d7c6f53def50f337e3da24585d1a837a (patch)
treeb9b3af6c55d5e6aee234ab31fac38b8b07d73333 /doc/user/admin_area
parent2951a09967db1ec18050c2b94fe8d809d7ee966f (diff)
Differentiate shared test context using options hash instead of subject.
+ fix typos, and capitalization + point configuration to `gitlab.rb` as well
Diffstat (limited to 'doc/user/admin_area')
-rw-r--r--doc/user/admin_area/monitoring/health_check.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md
index 16e53efda63..69a9dfc3500 100644
--- a/doc/user/admin_area/monitoring/health_check.md
+++ b/doc/user/admin_area/monitoring/health_check.md
@@ -16,8 +16,8 @@ traffic until the system is ready or restart the container as needed.
## IP Whitelist
-To access monitoring resources client IP needs to be included in the whitelist.
-To add or remove hosts or ip ranges from the list you can edit `gitlab.yml`.
+To access monitoring resources the client IP needs to be included in the whitelist.
+To add or remove hosts or IP ranges from the list you can edit `gitlab.rb` or `gitlab.yml`.
Example whitelist configuration:
```yaml