mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
committed by
Etienne CHAMPETIER
parent
39e937fae7
commit
437621931a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user