Ruby Rails 中的 config.force_ssl = true 的作用 引言 在config/environments/production.rb配置文件中有这么一行配置(默认没有开启) config.force_ssl = true 作用 将 http 的请求重定向到 https 设置 c… 2022-02-22 0条评论 375次阅读 0人点赞 阅读全文