diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-06-11 13:55:18 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-06-11 13:55:18 +0200 |
commit | ef4e0787d757c40a23bee4558db4d2525ca8cbef (patch) | |
tree | 28a5f9b1b79dd869a46d9ed65e8f47ddd474ea53 /guides/source | |
parent | b3b0110df78afdd729478f2965e278d027f44828 (diff) | |
download | rails-ef4e0787d757c40a23bee4558db4d2525ca8cbef.tar.gz rails-ef4e0787d757c40a23bee4558db4d2525ca8cbef.tar.bz2 rails-ef4e0787d757c40a23bee4558db4d2525ca8cbef.zip |
cleanup, get rid of trailing whitespace. [ci skip]
Follow up to #15636.
/cc @hundredwatt
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/asset_pipeline.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index de3049237e..526126e93d 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -788,10 +788,10 @@ For Apache: # `mod_expires` to be enabled. <Location /assets/> # Use of ETag is discouraged when Last-Modified is present - Header unset ETag + Header unset ETag FileETag None # RFC says only cache for 1 year - ExpiresActive On + ExpiresActive On ExpiresDefault "access plus 1 year" </Location> ``` |