]> git.pld-linux.org Git - packages/nginx.git/commitdiff
example on how to disable old ssl proto and leave tls only
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Oct 2014 12:29:35 +0000 (14:29 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Oct 2014 12:29:35 +0000 (14:29 +0200)
nginx-standard.conf

index 104300ce4ec23b73c3f8eb6d179b7776add0e62b..867cd9bd7a62a7c46af4dfd5f8d43c8460d87624 100644 (file)
@@ -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;
 
This page took 0.162708 seconds and 4 git commands to generate.