diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-05-23 12:06:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-05-23 12:06:42 -0300 |
commit | 097b8ec6218cd644f30831d4c948b97ea37b2222 (patch) | |
tree | c7fdd4c40f0485df9ddb07b8858087a99345bd36 /templates/etc/nginx/domain.erb | |
parent | 26c7b4f4552ee0aabbdf609d4a1e2eb6a4971068 (diff) | |
download | puppet-bootstrap-097b8ec6218cd644f30831d4c948b97ea37b2222.tar.gz puppet-bootstrap-097b8ec6218cd644f30831d4c948b97ea37b2222.tar.bz2 |
Nginx: dhparams
Diffstat (limited to 'templates/etc/nginx/domain.erb')
-rw-r--r-- | templates/etc/nginx/domain.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/etc/nginx/domain.erb b/templates/etc/nginx/domain.erb index 4e9fa7d..8beff14 100644 --- a/templates/etc/nginx/domain.erb +++ b/templates/etc/nginx/domain.erb @@ -111,6 +111,7 @@ server { ssl_protocols SSLv3 TLSv1; ssl_ciphers HIGH:MEDIUM:!aNULL:!SSLv2:!MD5:@STRENGTH; ssl_prefer_server_ciphers on; + ssl_dhparam /etc/ssl/dhparams/dhparams_2048.pem; # Set the max size for file uploads client_max_body_size 100M; |