|
@ -1134,18 +1134,19 @@ external_url 'http://{{ server_fqdn }}' |
|
|
|
|
|
|
|
|
# nginx['ssl_certificate'] = "/etc/gitlab/ssl/#{node['fqdn']}.crt" |
|
|
# nginx['ssl_certificate'] = "/etc/gitlab/ssl/#{node['fqdn']}.crt" |
|
|
# nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/#{node['fqdn']}.key" |
|
|
# nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/#{node['fqdn']}.key" |
|
|
# nginx['ssl_ciphers'] = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256" |
|
|
|
|
|
# nginx['ssl_prefer_server_ciphers'] = "on" |
|
|
|
|
|
|
|
|
nginx['ssl_ciphers'] = nil |
|
|
|
|
|
nginx['ssl_prefer_server_ciphers'] = "off" |
|
|
|
|
|
|
|
|
##! **Recommended by: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html |
|
|
##! **Recommended by: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html |
|
|
##! https://cipherli.st/** |
|
|
##! https://cipherli.st/** |
|
|
# nginx['ssl_protocols'] = "TLSv1.2 TLSv1.3" |
|
|
|
|
|
|
|
|
nginx['ssl_protocols'] = "TLSv1.3" |
|
|
|
|
|
|
|
|
##! **Recommended in: https://nginx.org/en/docs/http/ngx_http_ssl_module.html** |
|
|
##! **Recommended in: https://nginx.org/en/docs/http/ngx_http_ssl_module.html** |
|
|
# nginx['ssl_session_cache'] = "builtin:1000 shared:SSL:10m" |
|
|
|
|
|
|
|
|
nginx['ssl_session_cache'] = "builtin:1000 shared:MozSSL:10m" |
|
|
|
|
|
|
|
|
##! **Default according to https://nginx.org/en/docs/http/ngx_http_ssl_module.html** |
|
|
##! **Default according to https://nginx.org/en/docs/http/ngx_http_ssl_module.html** |
|
|
# nginx['ssl_session_timeout'] = "5m" |
|
|
|
|
|
|
|
|
nginx['ssl_session_timeout'] = "5m" |
|
|
|
|
|
nginx['ssl_session_tickets'] = "off" |
|
|
|
|
|
|
|
|
# nginx['ssl_dhparam'] = nil # Path to dhparams.pem, eg. /etc/gitlab/ssl/dhparams.pem |
|
|
# nginx['ssl_dhparam'] = nil # Path to dhparams.pem, eg. /etc/gitlab/ssl/dhparams.pem |
|
|
# nginx['listen_addresses'] = ['*', '[::]'] |
|
|
# nginx['listen_addresses'] = ['*', '[::]'] |
|
|