2
0
Files
deploy/caddy/config/Caddyfile

21 lines
327 B
Caddyfile
Raw 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 15:33:06 +08:00
// 管理端
https://admin.lanhuip.com {
reverse_proxy admin:3001
}
2025-12-19 14:20:00 +08:00
# 后端回调路径
https://cb.lanhuip.com {
route {
reverse_proxy /callback/* platform:8080
respond "Not Found" 404
}
}