Skip to content

Commit 8e17015

Browse files
committed
Add Cache-Control header to knockout partials
1 parent 68d2137 commit 8e17015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/static/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ AddType application/xml xml
7272

7373
<IfModule mod_headers.c>
7474

75-
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|json)$>
75+
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|html|json)$>
7676
Header append Cache-Control public
7777
</FilesMatch>
7878

0 commit comments

Comments
 (0)