seafile pro 6.3.9

This commit is contained in:
Hulk 2018-12-19 08:55:33 +01:00
parent 372ccbd3f6
commit 9d5bc91e62
6 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
version=6.3.7 version=6.3.9
set -e -x set -e -x
./ci/install_deps.sh ./ci/install_deps.sh

View file

@ -48,6 +48,7 @@ server {
client_max_body_size 0; client_max_body_size 0;
proxy_connect_timeout 36000s; proxy_connect_timeout 36000s;
proxy_read_timeout 36000s; proxy_read_timeout 36000s;
proxy_request_buffering off;
} }
location /seafdav { location /seafdav {

View file

@ -1,4 +1,4 @@
server_version=6.3.7 server_version=6.3.9
base_image=seafileltd/base:18.04 base_image=seafileltd/base:18.04
base_image_squashed=seafileltd/base:18.04-squashed base_image_squashed=seafileltd/base:18.04-squashed

View file

@ -1,7 +1,7 @@
FROM seafileltd/pro-base:18.04 FROM seafileltd/pro-base:18.04
WORKDIR /opt/seafile WORKDIR /opt/seafile
ENV SEAFILE_VERSION=6.3.7 SEAFILE_SERVER=seafile-pro-server ENV SEAFILE_VERSION=6.3.9 SEAFILE_SERVER=seafile-pro-server
RUN mkdir -p /etc/my_init.d RUN mkdir -p /etc/my_init.d

View file

@ -57,6 +57,7 @@ server {
client_max_body_size 0; client_max_body_size 0;
proxy_connect_timeout 36000s; proxy_connect_timeout 36000s;
proxy_read_timeout 36000s; proxy_read_timeout 36000s;
proxy_request_buffering off;
} }
location /seafdav { location /seafdav {

View file

@ -58,6 +58,7 @@ server {
client_max_body_size 0; client_max_body_size 0;
proxy_connect_timeout 36000s; proxy_connect_timeout 36000s;
proxy_read_timeout 36000s; proxy_read_timeout 36000s;
proxy_request_buffering off;
} }
location /seafdav { location /seafdav {