Files
hubproxy/conf/Caddyfile
2025-11-22 14:24:10 +08:00

11 lines
192 B
Caddyfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 代理到 hubproxy 的 5000 端i口
#
{
# 可选:关闭自动 HTTPS用于测试
# auto_https off
email ssl@diyla.com
}
hub.diyla.com {
reverse_proxy hubproxy:5000
}