Update gunicorn.conf.py

This commit is contained in:
Donald Zou 2024-08-04 19:03:30 -04:00
parent ca6a05e393
commit e4f9a1e0cf

View file

@ -8,6 +8,6 @@ worker_class = 'gthread'
workers = 1
threads = 1
bind = f"{app_host}:{app_port}"
print(bind)
print("[WGDashboard] Gunicorn app will be running at " + bind)
daemon = True
pidfile = './gunicorn.pid'