gpt4 book ai didi

ruby-on-rails - 如何在不同的主机名下在本地托管 Assets ?

转载 作者:太空宇宙 更新时间:2023-11-03 16:32:05 25 4
gpt4 key购买 nike

我想从多个主机名测试我的 Assets ,例如:http://assets1.somehost.dev, http://assets2.somehost.dev

我的 Assets 配置来自 development.rb

config.serve_static_assets = false
config.assets.compile = true
config.assets.digest = true
config.action_controller.asset_host = "http://assets%d.somehost.com"
config.assets.compress = false
config.assets.debug = false

所以我想设置 config.action_controller.asset_host = "http://assets%d.somehost.dev"

在本地进行测试。

最佳答案

将以下行添加到您的主机文件(我认为 rails 默认只使用四个 Assets 主机):

127.0.0.1 http://assets1.somehost.dev http://assets2.somehost.dev http://assets3.somehost.dev http://assets4.somehost.dev

维基百科有一个列表 where to find your hosts file基于您的平台。

关于ruby-on-rails - 如何在不同的主机名下在本地托管 Assets ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14206111/

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