使用以下命令在ubuntu 啟動(dòng)flask應(yīng)用gunicorn --workers=2 hello:app -b 0.0.0.0:80但是以上命令無(wú)法使應(yīng)用即時(shí)生效,每次都需要重啟才看到修改后的效果,需要怎么做才能不重啟直接刷新就可以看到效果?
使用Gunicorn部署python flask時(shí)為什么每次都需要重啟才能看到效果?
胡說(shuō)叔叔
2019-02-23 23:27:36