Skip to content

Instantly share code, notes, and snippets.

@dragg
Created March 31, 2017 15:35
Show Gist options
  • Save dragg/caa46df58196840cf0cd613da5409a18 to your computer and use it in GitHub Desktop.
Save dragg/caa46df58196840cf0cd613da5409a18 to your computer and use it in GitHub Desktop.
Nginx CORS
location ~* \.(eot|ttf|woff|woff2|jpg|jpeg|png)$ {
add_header Access-Control-Allow-Origin *;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment