码迷,mamicode.com
首页 > Web开发 > 详细

nginx http转https

时间:2020-06-23 13:23:54      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:xxx   host   http   https   ret   lis   list   nginx   uri   

80前置跳转443

server {
listen 80;
server_name xxx.com;
return 301 https://$server_name$request_uri; #server_name有多个,$server_name可换成$host
}

下面加你的https配置server

nginx http转https

标签:xxx   host   http   https   ret   lis   list   nginx   uri   

原文地址:https://www.cnblogs.com/cntzyw/p/13181472.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!