1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-20 15:56:35 +00:00
seafile-server/scripts/seahub.conf

16 lines
362 B
Plaintext
Raw Normal View History

2016-08-10 06:53:33 +00:00
import os
daemon = True
2017-11-03 08:02:47 +00:00
workers = 5
2016-08-10 06:53:33 +00:00
# Logging
runtime_dir = os.path.dirname(__file__)
pidfile = os.path.join(runtime_dir, 'seahub.pid')
errorlog = os.path.join(runtime_dir, 'error.log')
# disable access log
#accesslog = os.path.join(runtime_dir, 'access.log')
2016-08-10 06:53:33 +00:00
# for file upload, we need a longer timeout value (default is only 30s, too short)
timeout = 1200