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