Code from github to self hosted with git tea in AWS
This commit is contained in:
13
mini-dropbox/CODE/gunicorn.conf.py
Normal file
13
mini-dropbox/CODE/gunicorn.conf.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# === FILE: gunicorn.conf.py ===
|
||||
bind = "0.0.0.0:5000"
|
||||
workers = 2
|
||||
threads = 2
|
||||
worker_class = "sync"
|
||||
worker_connections = 1000
|
||||
timeout = 120
|
||||
keepalive = 5
|
||||
max_requests = 1000
|
||||
max_requests_jitter = 100
|
||||
accesslog = "/var/log/gunicorn/access.log"
|
||||
errorlog = "/var/log/gunicorn/error.log"
|
||||
loglevel = "info"
|
||||
Reference in New Issue
Block a user