feat: add reverse proxy handling for SeafDAV in Caddyfile
This commit is contained in:
@@ -25,6 +25,11 @@ status.vleeuwen.me status.mvl.sh {
|
|||||||
|
|
||||||
sf.mvl.sh {
|
sf.mvl.sh {
|
||||||
reverse_proxy seafile:80
|
reverse_proxy seafile:80
|
||||||
|
|
||||||
|
handle /seafdav* {
|
||||||
|
reverse_proxy seafile:8080
|
||||||
|
}
|
||||||
|
|
||||||
tls {{ caddy_email }}
|
tls {{ caddy_email }}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user