# 2026-05-29 周五

## Instagram链接故障

### 问题
- https://caribe-gridfy-hxgroup-instagram.com 返回 502 错误

### 原因
Cloudflare隧道token携带的ingress配置指向错误的端口：
- 实际服务运行在：localhost:8888 ✅
- 隧道配置指向：localhost:8080 ❌

本地服务正常运行，但CloudFlare端的配置被锁定，无法通过命令行覆盖。

### 已尝试的修复
1. 修改本地config.yaml (指向8888) - 无效，token配置优先
2. 使用--config指定新配置文件 - 仍回退到token中的旧配置
3. 创建新隧道 - 缺少origin cert.pem文件

### 需要
- 夏在Cloudflare Dashboard修改：Networks > Tunnels > a6796090 > ingress rule port 8080→8888
- 或者提供新的cert.pem以便创建替代隧道

## 今日任务
- [x] 检查Instagram链接 - 发现502错误
- [x] 尝试修复 - 失败，需要Dashboard操作
- [x] 验证本地服务 - 正常运行(200)