nginx default update ssl_protocols to snippets/ssl.conf value

This commit is contained in:
creme 2021-07-10 20:27:06 +02:00
parent b58c89b4f1
commit c1cf803a75
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
##