会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mr Wu
不去追逐,永远不会拥有。 https://bndong.github.io/Cnblogs-Theme-SimpleMemory/v2/#/
博客园
首页
新随笔
联系
订阅
管理
2021年2月23日
nginx 80端口强制转443
摘要: server { listen 80; server_name test.com; rewrite ^(.*)$ https://${server_name}$1 permanent; } server { listen 443 ssl; server_name test.com; } locati
阅读全文
posted @ 2021-02-23 16:27 武兴旺
阅读(1393)
评论(0)
推荐(0)
编辑
公告