nginx 配置http重定向到https

在80端口的那個server下,添加如下: server_name www.youwebsite.com youwebsite.com; rewrite ^(.*)$ https://$host$1 permanent;   然後訪問 www.網站.com  網站.com 會自動跳轉到https下
相關文章
相關標籤/搜索