diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2016-04-30 10:37:30 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2016-08-24 20:35:33 +0000 |
commit | 437621931a1561ae23604c619fde40f78d750c3c (patch) | |
tree | 59c792f612d9fb2f199d18e2397e3487248dbb1d /net/seafile-server/files/seafile.conf | |
parent | 39e937fae7608da2e260505e312d8d5f5ed7a225 (diff) |
seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'net/seafile-server/files/seafile.conf')
-rw-r--r-- | net/seafile-server/files/seafile.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/seafile-server/files/seafile.conf b/net/seafile-server/files/seafile.conf index fa8240e94..f4c0ea9d0 100644 --- a/net/seafile-server/files/seafile.conf +++ b/net/seafile-server/files/seafile.conf @@ -1,2 +1,12 @@ # Start Seahub in fastcgi mode - 1 = enable, 0 = disable SEAHUB_FASTCGI=0 +# Listen on the port specified below (defaults to 8000) +SEAHUB_PORT=8000 +# Method of serving requests (fastcgi mode only) - threaded or prefork +# Using threaded mode is recommended as it consumes less resources +SEAHUB_METHOD=threaded +# The maximum number of worker processes/threads (fastcgi mode only) +# General formula: (2 x $num_cores) + 1 +# To set the number of workers in WSGI mode (which is the default) +# please edit /usr/share/seafile/seafile-server/runtime/seahub.conf +SEAHUB_WORKERS=3 |