File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,6 @@ AddType application/xml xml
104
104
105
105
Header set X-Frame-Options SAMEORIGIN
106
106
107
- <FilesMatch ".(html)$" >
108
- Header append Cache-Control no-cache
109
- Header append Vary: Accept-Encoding
110
- </FilesMatch >
111
-
112
107
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|htm)$ >
113
108
Header append Cache-Control public
114
109
</FilesMatch >
@@ -220,10 +215,9 @@ AddType application/xml xml
220
215
ExpiresActive On
221
216
222
217
# Data
223
- <FilesMatch \.(html|xhtml|shtml|phtml|php|txt| zip|gz|gzip|bz2|csv|xml)$ >
218
+ <FilesMatch \.(zip|gz|gzip|bz2|csv|xml)$ >
224
219
ExpiresDefault "access plus 0 seconds"
225
220
</FilesMatch >
226
- ExpiresByType text/html "access plus 0 seconds"
227
221
ExpiresByType text/xml "access plus 0 seconds"
228
222
ExpiresByType text/csv "access plus 0 seconds"
229
223
ExpiresByType application/json "access plus 0 seconds"
You can’t perform that action at this time.
0 commit comments