Files
opt/caddy/sites/unused.caddy
2024-12-01 14:52:27 +01:00

17 lines
218 B
Plaintext

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
}
}