Skip to content

Commit

Permalink
Merge pull request #15636 from hundredwatt/patch-1
Browse files Browse the repository at this point in the history
Fix Apache Directives [ci skip]
  • Loading branch information
senny committed Jun 11, 2014
2 parents 4aa25d4 + 02ef031 commit b3b0110
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guides/source/asset_pipeline.md
Expand Up @@ -788,9 +788,11 @@ For Apache:
# `mod_expires` to be enabled.
<Location /assets/>
# Use of ETag is discouraged when Last-Modified is present
Header unset ETag FileETag None
Header unset ETag
FileETag None
# RFC says only cache for 1 year
ExpiresActive On ExpiresDefault "access plus 1 year"
ExpiresActive On
ExpiresDefault "access plus 1 year"
</Location>
```

Expand Down

0 comments on commit b3b0110

Please sign in to comment.