This repository has been archived on 2025-12-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BreadnetV3/caddy/Caddyfile
2025-11-13 16:13:45 +13:00

9 lines
147 B
Caddyfile

http://breadone.net { # handle tls upstream
handle /cms/* {
reverse_proxy :1337
}
handle {
reverse_proxy :4321
}
}