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