We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e17015 commit 8260aa3Copy full SHA for 8260aa3
nginx.conf.sample
@@ -109,7 +109,7 @@ location /static/ {
109
rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
110
}
111
112
- location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|json)$ {
+ location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|html|json)$ {
113
add_header Cache-Control "public";
114
add_header X-Frame-Options "SAMEORIGIN";
115
expires +1y;
0 commit comments