Skip to content

added missing config variables allowing TLS termination to reverse proxy the container registry

username-removed-109132 requested to merge (removed):master into master

Users who have a proxy sitting in front of their Omnibus installation currently can't use a secure registry because the required config variables can't be set. (ex. https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1304). This PR adds the required variables proxy_set_headers, listen_port and listen_https to the config template.

Merge request reports