Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nginx/templates/site.erb

Issue 29344656: Issue 4078 - Apply Nginx work-around for CVE-2015-4000 (Closed)
Patch Set: Created May 26, 2016, 10:30 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/nginx/manifests/init.pp ('k') | modules/private-stub/files/dhe_rsa_export.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/templates/site.erb
diff --git a/modules/nginx/templates/site.erb b/modules/nginx/templates/site.erb
index c2c07103234a6c84105f799d9038e45506359562..1e3c84cf02b9098291de3e09dcf189f0e937c524 100644
--- a/modules/nginx/templates/site.erb
+++ b/modules/nginx/templates/site.erb
@@ -45,6 +45,7 @@
ssl_certificate <%= certificate %>;
ssl_certificate_key <%= private_key %>;
+ ssl_dhparam /etc/nginx/dhparam.pem;
add_header Strict-Transport-Security max-age=31536000;
<% else %>
« no previous file with comments | « modules/nginx/manifests/init.pp ('k') | modules/private-stub/files/dhe_rsa_export.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld