提交 02ef0313 编写于 作者: J Jason Nochlin

Fix Apache Directives [ci skip]

Directives need to be placed on their own lines in order to work. Tested on: `Server version: Apache/2.2.22 (Ubuntu); Server built:   Mar 19 2014 21:11:15`
上级 4aa25d4c
...@@ -788,9 +788,11 @@ For Apache: ...@@ -788,9 +788,11 @@ For Apache:
# `mod_expires` to be 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
# RFC says only cache for 1 year # RFC says only cache for 1 year
ExpiresActive On ExpiresDefault "access plus 1 year" ExpiresActive On
ExpiresDefault "access plus 1 year"
</Location> </Location>
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册