5 lines
87 B
Caddyfile
5 lines
87 B
Caddyfile
# 代理到 hubproxy 的 5000 端口
|
|
hub.diyla.com {
|
|
reverse_proxy hubproxy:5000
|
|
}
|