mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
fix: 解决网站 TLSv1.3 设置不生效的问题
This commit is contained in:
parent
ad6ea61a6d
commit
5a7f4ea31d
@ -11,7 +11,7 @@ server
|
|||||||
ssl_ciphers aNULL;
|
ssl_ciphers aNULL;
|
||||||
ssl_certificate data:$empty;
|
ssl_certificate data:$empty;
|
||||||
ssl_certificate_key data:$empty;
|
ssl_certificate_key data:$empty;
|
||||||
ssl_reject_handshake on;
|
ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;
|
||||||
|
|
||||||
index 404.html;
|
index 404.html;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
Loading…
Reference in New Issue
Block a user