# Includes all *.conf files in this folder, requires gitlab-ctl reconfigure nginx['custom_nginx_config'] = "include /etc/nginx-gitlab/sites/*.conf;" # Letsencrypt is required to make SSL work with this setup letsencrypt['enable'] = true # Alternative names - add each domain/subdomain you want to # include in the SSL certificate to the "alt_name" array. # Does not support wildcard domains! letsencrypt['alt_names'] = ['example.com', 'www.example.com']