Plesk vs rails3资产

时间:2013-05-10 04:36:41

标签: ruby-on-rails-3 asset-pipeline plesk

我接手了一个笨拙安装的Rails应用程序。它的资产破裂了。 Chrome审核返回:

> Leverage browser caching

The following resources are missing a cache expiration.
Resources that do not specify an expiration may not be cached by browsers:

jquery-1.8.3.js
jquery-ui-1.8.17.custom.min.js
rails.js
application.js
jquery.ui.base.css
jquery.ui.theme.css

...etc.

这显然会搅动我们的网络。笏呢?在Rails-land或Plesk的vhost.conf文件中,是否添加了一行配置以便正确的HTTP标头出去?

请不要告诉我“只是重建资产” - 重建有点破坏。

1 个答案:

答案 0 :(得分:1)

如果您想调整当前域的Web服务器配置,请查看Andre Spannig的页面:Plesk 10 and vhost.conf。 这帮助我一次处理不同的问题。

通过Rails可能有更好的方法,但我现在还不知道。