don't use etag header
This commit is contained in:
parent
00195d3aa7
commit
8a2975a71e
1 changed files with 4 additions and 0 deletions
|
@ -8,7 +8,11 @@
|
|||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
||||
AddOutputFilter DEFLATE json
|
||||
AddOutputFilter DEFLATE woff
|
||||
</IfModule>
|
||||
|
||||
# early charset
|
||||
AddDefaultCharset UTF-8
|
||||
|
||||
# no etag
|
||||
FileEtag None
|
||||
|
|
Reference in a new issue