add caddy

This commit is contained in:
root
2025-11-22 14:09:20 +08:00
parent e026aaabbf
commit 04a88a5b5a
2 changed files with 28 additions and 2 deletions

4
conf/Caddyfile Normal file
View File

@@ -0,0 +1,4 @@
# 代理到 hubproxy 的 5000 端口
hub.diyla.com {
reverse_proxy hubproxy:5000
}