Files
corestack/caddy/Caddyfile
2025-08-23 07:30:51 +08:00

11 lines
266 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.

nsqadmin.shenxianhe.cn.localhost {
basic_auth {
# 用户名 sky密码 hiccup
sky $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG
}
reverse_proxy nsqadmin:4171
}
connect.shenxianhe.cn.localhost {
reverse_proxy h2c://shenxianhe:8080
}