乘客 + Nginx:xml 路由问题

发布于 2024-10-19 15:53:06 字数 212 浏览 2 评论 0原文

我正在尝试从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半透明的墙 2024-10-26 15:53:06

这是一个重定向规则,将所有非斜杠网址重定向到斜杠网址,这把事情搞砸了。抱歉给您带来麻烦

It was a redirect rule to redirect all non slash urls to slash ones that was messing things up. Sorry for the trouble

心在旅行 2024-10-26 15:53:06

检查 routes.rb 上的这一行

match ':controller(/:action(/:id(.:format)))'

check this line on routes.rb

match ':controller(/:action(/:id(.:format)))'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文