在linxu 安装 nginx ,普通的安装,是不支持ssl 证书的,需要在安装nginx的时候,加一个模块openssl 模块
所以我们在安装nginx 的时候,先在linxu 上面安装 openssl
cd /usr/local/ wget https://www.openssl.org/source/openssl-1.0.10