修改ssl_protocols

sed -i "s/ssl_protocols SSLv2 SSLv3 TLSv1/ssl_protocols TLSv1 TLSv1.1 TLSv1.2/g" *.conf

nginx 重载配置文件

nginx -s reload