summaryrefslogtreecommitdiff
path: root/puppet/templates/etc/nginx/domain.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/templates/etc/nginx/domain.erb')
-rw-r--r--puppet/templates/etc/nginx/domain.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/templates/etc/nginx/domain.erb b/puppet/templates/etc/nginx/domain.erb
index 4e9fa7d..8beff14 100644
--- a/puppet/templates/etc/nginx/domain.erb
+++ b/puppet/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;