1
0
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:
lian
2018-09-05 12:02:25 +08:00
parent ba089662b6
commit b2289a9ddc
3 changed files with 0 additions and 15 deletions

View File

@@ -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