1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

cleanup, get rid of trailing whitespace. [ci skip]

Follow up to #15636.

/cc @hundredwatt
This commit is contained in:
Yves Senn 2014-06-11 13:55:18 +02:00
parent b3b0110df7
commit ef4e0787d7

View file

@ -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>
```