1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-16 06:00:31 +08:00

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

This commit is contained in:
zhengkunwang223 2023-10-23 14:57:18 +08:00
parent 9a57061870
commit 7422783da8

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;