diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-30 14:16:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-30 14:16:27 -0700 |
commit | 97383336aa0e55ac572dca0c090733b0b07be4ca (patch) | |
tree | a8b464c23d0d1c45b3492d5126caa8463546c450 /doc/user | |
parent | e9c9f2e81cae4e67d6938b2a557cb107332dbfaa (diff) | |
download | gitlab-ce-97383336aa0e55ac572dca0c090733b0b07be4ca.tar.gz |
Fix typo in health check documentation
Closes #49733
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/admin_area/monitoring/health_check.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md index 31fcb09edcd..1b676bfb383 100644 --- a/doc/user/admin_area/monitoring/health_check.md +++ b/doc/user/admin_area/monitoring/health_check.md @@ -30,7 +30,7 @@ With default whitelist settings, the probes can be accessed from localhost: The first endpoint, `/-/health/`, only checks whether the application server is running. It does --not verify the database or other services are running. A successful response with return +-not verify the database or other services are running. A successful response will return a 200 status code with the following message: ``` |