Reorganize repos
This commit is contained in:
17
gunicorn.conf.py
Normal file
17
gunicorn.conf.py
Normal file
@ -0,0 +1,17 @@
|
||||
wsgi_app = "wsgi:app"
|
||||
|
||||
proc_name = "hsmon"
|
||||
default_proc_name = "hsmon"
|
||||
|
||||
bind = "0.0.0.0:5000"
|
||||
workers = 2
|
||||
threads = 4
|
||||
preload_app = True
|
||||
# worker_class = "uvicorn.workers.UvicornWorker"
|
||||
|
||||
# logconfig = "app/logging/production.ini"
|
||||
logconfig = "app/logging/production.ini"
|
||||
# access_log_format = "%(h)s %(l)s %(t)s %(r)s %(s)s %(b)s %(f)s %(a)s"
|
||||
# Log to stdout.
|
||||
accesslog = "-"
|
||||
errorlog = "-"
|
Reference in New Issue
Block a user