部署flask项目可以正常运行,并且日志没有报告错误
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 21160)
spawned uWSGI worker 1 (pid: 21162, cores: 2)
spawned uWSGI http 1 (pid: 21164)
但是一打开对应的端口,就只能显示出我自己写的网站的404页面,点击任何按钮都不能跳转到正常页面,只显示唯一的404页面,能显示我的页面说明静态文件中的图片也能读取,那问题出在哪里呢,在本地运行的时候都是非常通畅的。
|