diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 22:57:41 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 22:57:41 +0100 |
commit | bf58bd2a2cf7d8718f3a869f43f08253cc14fb7a (patch) | |
tree | 8d640973e80e66c33f7119b317ac313a59d3862c /app/config/configuration | |
parent | ed3ed5e2e4b80cc7b79a152013e21ed63ad86fe4 (diff) | |
download | infrastructure-bf58bd2a2cf7d8718f3a869f43f08253cc14fb7a.tar.gz infrastructure-bf58bd2a2cf7d8718f3a869f43f08253cc14fb7a.zip |
Some Seafile wizardry to bypass ipv4 only limitations
Diffstat (limited to 'app/config/configuration')
-rw-r--r-- | app/config/configuration/seafile/conf/seafile.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/configuration/seafile/conf/seafile.conf.tpl b/app/config/configuration/seafile/conf/seafile.conf.tpl index f224234..a6425e9 100644 --- a/app/config/configuration/seafile/conf/seafile.conf.tpl +++ b/app/config/configuration/seafile/conf/seafile.conf.tpl @@ -2,7 +2,7 @@ port = 12001 [fileserver] -port = 8082 +port = 8083 max_upload_size=8192 max_download_dir_size=8192 |