Nginx配置网站默认https 一、装置Nginx yum install nginx -y 二、批改nginx.conf vim /etc/nginx/nginx.conf 配置80转443 配置https(参考–我这里博客是php我的项目) 三、启动nginx systemctl start nginx 四、成果
发表回复