add uri_strip to seafhttp, add path wildcards

This commit is contained in:
Gerrit Gogel 2021-01-20 01:10:22 +01:00
parent a6e1605841
commit c041fd7dd6

View file

@ -3,8 +3,11 @@
} }
http:// https:// { http:// https:// {
reverse_proxy /* seafile:8000 reverse_proxy seafile:8000
reverse_proxy /seafhttp seafile:8082 handle_path /seafhttp* {
reverse_proxy /seafdav seafile:8080 uri strip_prefix seafhttp
reverse_proxy /media seahub-media:80 reverse_proxy seafile:8082
}
reverse_proxy /seafdav/* seafile:8080
reverse_proxy /media/* seahub-media:80
} }