摘要: 用户访问 mumu.top 跳转到 www.mumu.top 实现的方式 1. nginx上的实现方式 server { listen 80; server_name mumu.top; return 301 https://www.mumu.top; } 2. aws上的实现方式 实现 原理其实使 阅读全文
posted @ 2025-03-18 12:30 Hello_worlds 阅读(343) 评论(0) 推荐(0)