I was wondering if someone could tell me what the nginx rule for the following htaccess code would be. I've searched online but I haven't found anything.
<FilesMatch "\.(ttf|otf|eot)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>