Rails CDN on Google Cloud Platform with custom Domain



我想在Rails上使用CDN。目前,我在谷歌云平台上运行后端。

# Serve static files from the `/public` folder by default.
# Consider using a CDN for better performance
config.serve_static_files = true

我在config/environment/production.rb上找到了这个

我该如何实现?

非常感谢您的帮助

您是否正在使用 HTTP(S) 负载均衡器?如果是这样,您只需要在后端启用云 CDN。

这是开始的官方文档:https://cloud.google.com/cdn/docs/quickstart

相关内容

  • 没有找到相关文章

最新更新