external_url 'https://gitlab.example.com' external_url 'https://gitlab.example.com' registry_external_url 'https://registry.gitlab.example.com' gitlab_rails['registry_enabled'] = true gitlab_rails['registry_host'] = "registry.gitlab.example.com" nginx['real_ip_trusted_addresses'] = [ "192.168.0.1/32" ] registry_nginx['enable'] = true registry_nginx['listen_port'] = 443 letsencrypt['enable'] = false gitlab_rails['backup_path'] = "/srv/gitlab/backups/data"