Update gunicorn.conf.py

This commit is contained in:
Donald Zou 2024-08-04 19:36:49 -04:00
parent 47ea60c0cd
commit 2c3500315d

View file

@ -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"