Added tentative caddyfile

This commit is contained in:
2025-11-13 16:13:45 +13:00
parent 1358f0966d
commit f5dea95cc2
2 changed files with 4892 additions and 0 deletions

9
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
http://breadone.net { # handle tls upstream
handle /cms/* {
reverse_proxy :1337
}
handle {
reverse_proxy :4321
}
}