]> 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)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 12 Dec 2014 13:52:38 +0000 (14:52 +0100)
(cherry picked from commit 4e35999b514f5baf21dd9af119f7cd727fd18f05)

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.068677 seconds and 4 git commands to generate.