📌 📄 内容摘要:
nite07 在 Caddy 配置问题 中发帖
example.com {
import log example.com
import common
handle /api/v2/* {
reverse_proxy http://127.0.0.1:10000
}
handle_path /api/* {
reverse_proxy http://127.0.0.1:8080 {
@errors status 404
handle_response @errors {
reverse_proxy http://127.0.0.1:10000 {
rewrite /api{uri}
}
}
}
}
handle /builder/* {
reverse_proxy...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/220169/1 ─────────────────────────────
📢 来源:LINUX DO