gpt4 book ai didi

ruby-on-rails - 让 rails 忽略特定路径

转载 作者:行者123 更新时间:2023-12-04 13:55:46 27 4
gpt4 key购买 nike

我有一个 shared/我的 my_app/public/ 中的文件夹文件夹并尝试通过 www.my_app.com/shared 访问它时,我看到:
no route matches '/shared', :method => 'get'
这是有道理的,但我希望 rails 忽略此文件夹,让我使用 Apache 在此处呈现标准目录列表。

有没有办法做到这一点?

最佳答案

您需要做的就是禁用该目录的Passenger,并确保Indexes (目录列表)是允许的。在您的 Apache 配置块中,添加:

<Location /shared>
PassengerEnabled off
Options +Indexes
</Location>

关于ruby-on-rails - 让 rails 忽略特定路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1923506/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com