2
0

新建部署配置

This commit is contained in:
2025-12-19 14:20:00 +08:00
commit da82f77082
4 changed files with 125 additions and 0 deletions

15
caddy/config/Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
https://lanhuip.com {
reverse_proxy web:3000
}
https://www.lanhuip.com {
reverse_proxy web:3000
}
# 后端回调路径
https://cb.lanhuip.com {
route {
reverse_proxy /callback/* platform:8080
respond "Not Found" 404
}
}