2
0
Files

21 lines
326 B
Caddyfile
Raw Permalink Normal View History

2025-12-19 14:20:00 +08:00
https://lanhuip.com {
reverse_proxy web:3000
}
https://www.lanhuip.com {
reverse_proxy web:3000
}
2026-01-06 19:19:18 +08:00
# 管理端
2026-01-06 15:33:06 +08:00
https://admin.lanhuip.com {
2026-01-06 19:19:18 +08:00
reverse_proxy admin:3000
2026-01-06 15:33:06 +08:00
}
2025-12-19 14:20:00 +08:00
# 后端回调路径
https://cb.lanhuip.com {
route {
reverse_proxy /callback/* platform:8080
respond "Not Found" 404
}
}