Skip to content
Snippets Groups Projects
Commit ed330d93 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'poffey21-master-patch-21131' into 'master'

Add details regarding the health check requirement

See merge request gitlab-org/omnibus-gitlab!5447
parents 28a8f9f7 d7c1b369
No related branches found
No related tags found
3 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!47Making Heptapod 0.25 the new stable in Omnibus,!45GitLab 14.2
......@@ -371,6 +371,10 @@
nginx['listen_https'] = false
```
Additionally, the external load balancer may need access to a GitLab endpoint that returns a `200` status
code (for installations requiring login, the root page returns a `302` redirect to the login page). It is
recommended to leverage a [health check endpoint](https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html).
Other bundled components (Registry, Pages, etc) use a similar strategy for
proxied SSL. Set the particular component's `*_external_url` with `https://` and
prefix the `nginx[...]` configuration with the component name. For example, the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment