Created
May 27, 2020 08:47
-
-
Save rahuladams/423f2ab3e345b582ee06d2604bebb74a to your computer and use it in GitHub Desktop.
Add this to the server block config file.
This file contains 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