URL 正在更改,输出 - 没有! (姜戈)
我是 django 的新手,所以问题可能有点愚蠢...... 我已经使用 nginx+fastcgi 在 VDS 上部署了我的项目。在开发服务器上,一切正常,但在 VDS 上,每个 URL 都会输出主页(模式“^$”),即使是那些在 urls.py 中未描述的页面,也可能会出现 404。问题是什么?
I'm new to django, so quetions may be a bit stupid...
I've deploy my project on VDS with nginx+fastcgi. On dev server everything was OK, but on VDS every URL outputs the main page (pattern '^$'), even those, which not described in urls.py and may out 404. What is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一步,查看 nginx 的 access.log 以查看 Web 服务器是否正确接收请求。
As a first step, see nginx's access.log to see webserver is receiving requests correctly.