乘客 + Nginx:xml 路由问题
我正在尝试从 nginx + mongrel
迁移到 nginx +乘客
。该应用程序可以加载并运行,但我无法让它识别 /posts/100.xml
等路由。但是,像 /posts/100?format=xml
这样的 url 可以工作吗?我缺少一些配置吗?
谢谢, 普拉泰克
I am trying to migrate from nginx + mongrel
to nginx + passenger
. The app loads and works but I can't get it to identify routes like /posts/100.xml
. However, urls like /posts/100?format=xml
work
Is there some configuration that I am missing?
Thanks,
Prateek
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个重定向规则,将所有非斜杠网址重定向到斜杠网址,这把事情搞砸了。抱歉给您带来麻烦
It was a redirect rule to redirect all non slash urls to slash ones that was messing things up. Sorry for the trouble
检查
routes.rb
上的这一行check this line on
routes.rb