From fdac5d51389780e85064f14a8dd0048eb4733c71 Mon Sep 17 00:00:00 2001 From: wulabing Date: Wed, 27 Nov 2019 16:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20tls=5Fmodify=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3df3c76..c0183a0 100644 --- a/install.sh +++ b/install.sh @@ -538,7 +538,7 @@ tls_type(){ echo -e "${OK} ${GreenBG} 已切换至 TLS1.1 TLS1.2 and TLS1.3 ${Font}" else sed -i 's/ssl_protocols.*/ssl_protocols TLSv1.2 TLSv1.3;/' $nginx_conf - echo -e "${OK} ${GreenBG} 已切换至TLS1.2 and TLS1.3 ${Font}" + echo -e "${OK} ${GreenBG} 已切换至 TLS1.2 and TLS1.3 ${Font}" fi systemctl restart nginx judge "Nginx 重启"