nginx安装SSL证书配置详细server { listen 443 ssl; server_tokens off; keepalive_timeout 5; root /usr/local/lighthouse/softwares/wordpress; #填写您的网站根目录,例如:...