Last active
August 29, 2015 14:14
-
-
Save danpalmer/6b6f5e06e3c8edc35061 to your computer and use it in GitHub Desktop.
This file contains 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 a97dd8c..487cc14 100644 | |
--- a/nginx_ssl.conf | |
+++ b/nginx_ssl.conf | |
@@ -23,7 +23,7 @@ server { | |
- ssl_protocols SSLv3 TLSv1; | |
+ ssl_protocols TLSv1; | |
ssl_ciphers HIGH:!aNULL:!MD5; | |
ssl_prefer_server_ciphers on; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment