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
47ea60c0cd
commit
2c3500315d
@ -10,7 +10,6 @@ threads = 1
|
|||||||
bind = f"{app_host}:{app_port}"
|
bind = f"{app_host}:{app_port}"
|
||||||
daemon = True
|
daemon = True
|
||||||
pidfile = './gunicorn.pid'
|
pidfile = './gunicorn.pid'
|
||||||
print_config = True
|
|
||||||
wsgi_app = "dashboard:app"
|
wsgi_app = "dashboard:app"
|
||||||
access_logfile = "./log/access.log"
|
access_logfile = "./log/access.log"
|
||||||
log_level = "debug"
|
log_level = "debug"
|
||||||
|
Loading…
Reference in New Issue
Block a user