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