move seafile from nginx to caddy
This commit is contained in:
@@ -41,6 +41,7 @@ authentik.rik.veenboer.xyz {
|
||||
X-Custom-Password
|
||||
X-User-Header
|
||||
X-Homeassistant-User
|
||||
X-Seafile-User
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,3 +68,16 @@ insecure.rik.veenboer.xyz {
|
||||
reverse_proxy host:12345
|
||||
}
|
||||
}
|
||||
|
||||
seafile.rik.veenboer.xyz {
|
||||
handle {
|
||||
reverse_proxy http://host:8100
|
||||
}
|
||||
|
||||
handle_path /seafhttp* {
|
||||
reverse_proxy http://host:8100
|
||||
}
|
||||
|
||||
handle /seafdav* {
|
||||
reverse_proxy http://host:8180
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user