1
0
Fork 0

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

This commit is contained in:
zhengkunwang223 2023-10-23 14:57:18 +08:00
parent 9a57061870
commit 7422783da8
1 changed files with 1 additions and 1 deletions

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;