启动 rails 服务后访问 localhost:3000,这时默认请求的是 public/index.html。
我想在请求 localhost:3000 时请求的是 public/mydir/index.html 如何实现?
通过修改 routes.rb 指定路由应该可以实现。但是为什么要这样做?新建一个 static_controller 不是更简单和可定制吗?
Nginx location 配置!
Nginx 什么的不熟悉,使用 index.html 做中转了
使用 index.html 中转实现了
那就学一下呗。毕竟你 Rails 最终上线还是要走 Nginx 之类的做前端的。