seafile-containerized/caddy/Caddyfile

17 lines
350 B
Caddyfile
Raw Normal View History

2021-01-19 16:14:10 +00:00
{
auto_https disable_redirects
}
http:// https:// {
reverse_proxy seahub:8000 {
lb_policy ip_hash
}
handle_path /seafhttp* {
uri strip_prefix seafhttp
2021-01-21 01:32:29 +00:00
reverse_proxy seafile-server:8082
}
2021-01-21 01:32:29 +00:00
reverse_proxy /seafdav/* seafile-server:8080
reverse_proxy /media/* seahub-media:80 {
lb_policy ip_hash
}
2021-01-19 16:14:10 +00:00
}