Change ssl_ecdh_curve

This commit is contained in:
Josh Brower
2022-09-16 09:06:09 -04:00
parent 6212a288e4
commit d5debd9b6b

View File

@@ -55,6 +55,7 @@ http {
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 10m;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_ecdh_curve secp521r1:secp384r1;
ssl_prefer_server_ciphers on;
ssl_protocols TLSv1.2;
}