mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 16:00:28 +01:00
Update gunicorn.conf.py
This commit is contained in:
parent
c0d26164dc
commit
ca6a05e393
@ -8,5 +8,6 @@ worker_class = 'gthread'
|
||||
workers = 1
|
||||
threads = 1
|
||||
bind = f"{app_host}:{app_port}"
|
||||
print(bind)
|
||||
daemon = True
|
||||
pidfile = './gunicorn.pid'
|
Loading…
Reference in New Issue
Block a user