Created
July 11, 2014 09:15
-
-
Save sergejmueller/5f8e07fc449145b02a85 to your computer and use it in GitHub Desktop.
Access-Control-Allow-Origin CORS configuration on Nginx
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|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