feat: add reverse proxy handling for SeafDAV in Caddyfile

This commit is contained in:
Menno van Leeuwen 2025-03-19 18:14:12 +01:00
parent fab4224042
commit 6df566bb1c
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -25,6 +25,11 @@ status.vleeuwen.me status.mvl.sh {
sf.mvl.sh {
reverse_proxy seafile:80
handle /seafdav* {
reverse_proxy seafile:8080
}
tls {{ caddy_email }}
}