Skip to content

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

Crunchtime Ali 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. #1304 (closed)). This PR adds the required variables proxy_set_headers, listen_port and listen_https to the config template.

Merge request reports