split Caddyfile

This commit is contained in:
2024-12-01 14:52:27 +01:00
parent 4f9a87f775
commit 027c5f422f
6 changed files with 150 additions and 155 deletions

16
caddy/sites/unused.caddy Normal file
View File

@@ -0,0 +1,16 @@
unused.rik.veenboer.xyz {
handle {
# import authentik
reverse_proxy host:8100
}
handle /seafhttp* {
uri strip_prefix seafhttp
reverse_proxy host:8182
}
handle /seafdav* {
reverse_proxy host:8180
}
}