摘要: 自建够用的短链接跳转服务,自用的。 #自制短链接,302重定向 location /name { return 302 http://www.baidu.com; } 实现功能: 如果域名是x.com 输入x.com/name就能跳转到 http://www.baidu.com 阅读全文
posted @ 2023-12-29 17:05 总统先生 阅读(94) 评论(0) 推荐(0) 编辑