Skip to content

Commit

Permalink
Update 1_nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored Sep 6, 2021
1 parent 198b593 commit ee4c37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2ray(vless\vmess+WS)+caddy\nginx/1_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http {
ssl_certificate /home/tls/xx.yy/xx.yy.crt; #换成自己的证书,绝对路径。
ssl_certificate_key /home/tls/xx.yy/xx.yy.key; #换成自己的密钥,绝对路径。

ssl_protocols TLSv1.2 TLSv1.3; #TLSv1.3可能需要源码编译才支持,见此部分README.md说明。
ssl_protocols TLSv1.2 TLSv1.3; #TLSv1.3需OpenSSl版本大于1.1.1编译的nginx才支持
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305;
ssl_prefer_server_ciphers on;

Expand Down

0 comments on commit ee4c37d

Please sign in to comment.