📅  最后修改于: 2022-03-11 14:50:03.329000             🧑  作者: Mango
mkdir .log 2> /dev/null
DEBUG=0 authbind gunicorn -b 0.0.0.0:80 backend:app --access-logfile .log/access.log --error-logfile .log/general.log