Rails Google 具有自定义域的云平台上的 CDN
Rails CDN on Google Cloud Platform with custom Domain
我想在 Rails 上使用 CDN。目前我是 运行 Google 云平台的后端。
# Serve static files from the `/public` folder by default.
# Consider using a CDN for better performance
config.serve_static_files = true
我在 config/environments/production.rb
上找到了这个
我该如何实现?
非常感谢您的帮助
您使用的是 HTTP(S) 负载平衡器吗?如果是这样,您只需要在后端启用 Cloud CDN。
我想在 Rails 上使用 CDN。目前我是 运行 Google 云平台的后端。
# Serve static files from the `/public` folder by default.
# Consider using a CDN for better performance
config.serve_static_files = true
我在 config/environments/production.rb
上找到了这个我该如何实现?
非常感谢您的帮助
您使用的是 HTTP(S) 负载平衡器吗?如果是这样,您只需要在后端启用 Cloud CDN。