Minor format

This commit is contained in:
An Phan 2015-02-26 22:38:23 +08:00
parent 41a77cfad0
commit 59d270d5a0
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ If you don't control versioning with filename-based cache busting, consider lowe
```
### Turn eTags Off
By removing the ETag header, you disable caches and browsers from being able to validate files, so they are forced to rely on your Cache-Control and Expires header. [Source](http://www.askapache.com/htaccess/apache-speed-etags.html)
By removing the `ETag` header, you disable caches and browsers from being able to validate files, so they are forced to rely on your `Cache-Control` and `Expires` header. [Source](http://www.askapache.com/htaccess/apache-speed-etags.html)
``` apacheconf
<IfModule mod_headers.c>
Header unset ETag