摘要: 1.安装gunicorn,部分生产服务器会存在多个pip版本,一般用pip和pip3区分,本文中用pip3 pip3 install gunicorn 2.启动程序 cd /usr/app gunicorn --workers 2 -b 0.0.0.0:5056 app:app 因为我的项目文件名称 阅读全文
posted @ 2023-12-18 19:18 峡谷风 阅读(111) 评论(0) 推荐(0) 编辑