From c1cf803a759c143e657cf42550b9703964b06fcb Mon Sep 17 00:00:00 2001 From: creme Date: Sat, 10 Jul 2021 20:27:06 +0200 Subject: [PATCH] nginx default update ssl_protocols to snippets/ssl.conf value --- etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index b1b044a..fd085ba 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -66,7 +66,7 @@ http { # SSL Settings ## - ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE + ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ##