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 8ec9a3a commit e560301Copy full SHA for e560301
nginx.conf.sample
@@ -102,7 +102,7 @@ location /static/ {
102
rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
103
}
104
105
- location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2)$ {
+ location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|json)$ {
106
add_header Cache-Control "public";
107
add_header X-Frame-Options "SAMEORIGIN";
108
expires +1y;
0 commit comments