摘要: 1,安装Gunicorn pip install Gunicorn gunicorn --workers=2 app:app -b 0.0.0.0:8080(app是py文件名,8080为端口号) 重启Gunicorn: pstree -ap|grep gunicorn 找到pid后 kill然后再 阅读全文
posted @ 2021-01-05 18:04 TesterLiao 阅读(213) 评论(0) 推荐(0)