aboutsummaryrefslogtreecommitdiff
path: root/templates/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-05-23 12:06:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-05-23 12:06:42 -0300
commit097b8ec6218cd644f30831d4c948b97ea37b2222 (patch)
treec7fdd4c40f0485df9ddb07b8858087a99345bd36 /templates/etc
parent26c7b4f4552ee0aabbdf609d4a1e2eb6a4971068 (diff)
downloadpuppet-bootstrap-097b8ec6218cd644f30831d4c948b97ea37b2222.tar.gz
puppet-bootstrap-097b8ec6218cd644f30831d4c948b97ea37b2222.tar.bz2
Nginx: dhparams
Diffstat (limited to 'templates/etc')
-rw-r--r--templates/etc/nginx/domain.erb1
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;