fix: 解决网站 TLSv1.3 设置不生效的问题

This commit is contained in:
zhengkunwang223 2023-10-23 14:57:18 +08:00
parent ad6ea61a6d
commit 5a7f4ea31d

View File

@ -11,7 +11,7 @@ server
ssl_ciphers aNULL;
ssl_certificate data:$empty;
ssl_certificate_key data:$empty;
ssl_reject_handshake on;
ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;
index 404.html;
root /usr/share/nginx/html;