7
gunicorn_conf.py
Normal file
7
gunicorn_conf.py
Normal file
@@ -0,0 +1,7 @@
|
||||
bind = "127.0.0.1:8013"
|
||||
workers = 2
|
||||
threads = 2
|
||||
timeout = 60
|
||||
graceful_timeout = 30
|
||||
accesslog = "/var/log/readitlater/access.log"
|
||||
errorlog = "/var/log/readitlater/error.log"
|
||||
Reference in New Issue
Block a user