mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-04 17:00:35 +00:00
update setup/update scritps
rm gunicorn access/error log
This commit is contained in:
@@ -1190,11 +1190,6 @@ bind = "0.0.0.0:8000"
|
||||
pids_dir = '%(pids_dir)s'
|
||||
pidfile = os.path.join(pids_dir, 'seahub.pid')
|
||||
|
||||
# Logging
|
||||
logs_dir = '%(logs_dir)s'
|
||||
errorlog = os.path.join(logs_dir, 'gunicorn_error.log')
|
||||
accesslog = os.path.join(logs_dir, 'gunicorn_access.log')
|
||||
|
||||
# for file upload, we need a longer timeout value (default is only 30s, too short)
|
||||
timeout = 1200
|
||||
|
||||
|
Reference in New Issue
Block a user