Skip to content

Instantly share code, notes, and snippets.

@danpalmer
Created March 23, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danpalmer/ff81fd1453a9999facbd to your computer and use it in GitHub Desktop.
Save danpalmer/ff81fd1453a9999facbd to your computer and use it in GitHub Desktop.
diff --git a/nginx_ssl.conf b/nginx_ssl.conf
index 683549c..03b9696 100644
--- a/nginx_ssl.conf
+++ b/nginx_ssl.conf
@@ -33,6 +33,7 @@ server {
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:2m;
+ ssl_dhparam /etc/ssl/certs/dhparam.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment