Created
March 23, 2015 22:19
-
-
Save danpalmer/ff81fd1453a9999facbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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