发布网友 发布时间:2022-04-22 07:41
我来回答
共1个回答
热心网友 时间:2022-06-17 22:17
您好! 请您按照下面的指南配置SSL证书和http强制跳转https Nginx版本 在配置80端口的文件里面,写入以下内容即可。 server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; location / { root html; index ind.