Created
July 10, 2014 11:38
-
-
Save MarcosBL/bc8daf26a707164f7cdc to your computer and use it in GitHub Desktop.
Nginx header write for serving fonts to firefox cross domain and avoid CORS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location ~* \.(eot|ttf|woff)$ { | |
| add_header Access-Control-Allow-Origin *; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment