rewrite seafdav destination header

This commit is contained in:
Gerrit Gogel 2021-05-19 00:25:56 +02:00
parent 7b86087c84
commit eab0b8175c

View file

@ -10,7 +10,9 @@ http:// https:// {
uri strip_prefix seafhttp
reverse_proxy seafile-server:8082
}
reverse_proxy /seafdav* seafile-server:8080
reverse_proxy /seafdav* seafile-server:8080 {
header_up Destination https:// http://
}
reverse_proxy /media/* seahub-media:80 {
lb_policy header X-Forwarded-For
}