mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 07:46:18 +00:00
added gunicorn start
This commit is contained in:
6
src/gunicorn.conf.py
Normal file
6
src/gunicorn.conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import dashboard
|
||||
|
||||
app_host, app_port = dashboard.get_host_bind()
|
||||
bind = f"{app_host}:{app_port}"
|
||||
daemon = True
|
||||
pidfile = './gunicorn.pid'
|
Reference in New Issue
Block a user