Skip to content
FunnyQ edited this page May 9, 2016 · 2 revisions
location ~* \.(eot|ttf|woff|woff2)$ {
    add_header Access-Control-Allow-Origin *;
}