mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Moved "mod_expires
to be enabled" to new line.
- Right now the comment was not rendering properly. # The Expires* directives requires the Apache module `mod_expires` to be # enabled. - After this change - # The Expires* directives requires the Apache module # `mod_expires` to be enabled.
This commit is contained in:
parent
9abe72c760
commit
631a2d9770
1 changed files with 2 additions and 2 deletions
|
@ -760,8 +760,8 @@ headers.
|
||||||
For Apache:
|
For Apache:
|
||||||
|
|
||||||
```apache
|
```apache
|
||||||
# The Expires* directives requires the Apache module `mod_expires` to be
|
# The Expires* directives requires the Apache module
|
||||||
# enabled.
|
# `mod_expires` to be enabled.
|
||||||
<Location /assets/>
|
<Location /assets/>
|
||||||
# Use of ETag is discouraged when Last-Modified is present
|
# Use of ETag is discouraged when Last-Modified is present
|
||||||
Header unset ETag FileETag None
|
Header unset ETag FileETag None
|
||||||
|
|
Loading…
Reference in a new issue