mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
Update gunicorn.conf.py
This commit is contained in:
parent
6799692811
commit
ff227de5fa
@ -8,7 +8,7 @@ worker_class = 'gthread'
|
||||
workers = 1
|
||||
threads = 1
|
||||
bind = f"{app_host}:{app_port}"
|
||||
# print("[WGDashboard] Gunicorn app will be running at " + bind)
|
||||
daemon = True
|
||||
pidfile = './gunicorn.pid'
|
||||
print_config = True
|
||||
wsgi_app = "dashboard:app"
|
||||
|
Loading…
Reference in New Issue
Block a user