File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ location /static/ {
109
109
rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
110
110
}
111
111
112
- location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|json)$ {
112
+ location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|html| json)$ {
113
113
add_header Cache-Control "public";
114
114
add_header X-Frame-Options "SAMEORIGIN";
115
115
expires +1y;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ AddType application/xml xml
72
72
73
73
<IfModule mod_headers.c >
74
74
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)$ >
76
76
Header append Cache-Control public
77
77
</FilesMatch >
78
78
You can’t perform that action at this time.
0 commit comments