Merge branch 'seafdav'

This commit is contained in:
Gerrit Gogel 2021-01-26 17:29:26 +01:00
commit ce64518dcb
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -23,6 +23,8 @@ python3-click \
python3-termcolor \
python3-colorlog \
python3-pymysql \
python3-jinja2 \
python3-sqlalchemy \
&& rm -rf /var/lib/apt/lists/*
ENV SEAFILE_VERSION=8.0.2