设置 ActiveStorage::Current.url_options
属性,磁盘服务使用它来生成 URL。将此关注点包含在调用 ActiveStorage::Blob#url
、ActiveStorage::Variant#url
或 ActiveStorage::Preview#url
的自定义控制器中,以便磁盘服务可以使用与当前请求相同的主机、协议和端口生成 URL。
设置 ActiveStorage::Current.url_options
属性,磁盘服务使用它来生成 URL。将此关注点包含在调用 ActiveStorage::Blob#url
、ActiveStorage::Variant#url
或 ActiveStorage::Preview#url
的自定义控制器中,以便磁盘服务可以使用与当前请求相同的主机、协议和端口生成 URL。