Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created July 11, 2014 09:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergejmueller/5f8e07fc449145b02a85 to your computer and use it in GitHub Desktop.
Save sergejmueller/5f8e07fc449145b02a85 to your computer and use it in GitHub Desktop.
Access-Control-Allow-Origin CORS configuration on Nginx
location ~* \.(eot|ttf|woff|woff2)$ {
add_header Access-Control-Allow-Origin *;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment