commit 4e35999b514f5baf21dd9af119f7cd727fd18f05
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Mon Oct 20 14:29:35 2014 +0200
example on how to disable old ssl proto and leave tls only
nginx-standard.conf | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/nginx-standard.conf b/nginx-standard.conf
index 104300c..867cd9b 100644
--- a/nginx-standard.conf
+++ b/nginx-standard.conf
@@ -35,6 +35,7 @@ http {
listen 80;
# listen 443 ssl;
+ # ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
# ssl_certificate /etc/nginx/server.crt;
# ssl_certificate_key /etc/nginx/server.key;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/4e35999b514f5baf21dd9af119f7cd727fd18f05
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit