-
-
Save stphn/c17e4be324bfae21aa0f3b25d6613d69 to your computer and use it in GitHub Desktop.
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
X-Frame-Options: DENY | |
Cache-Control: max-age=31557600 | |
add_header 'Access-Control-Allow-Origin' '*' always; | |
add_header 'Access-Control-Allow-Methods' 'GET, POST, PATCH, OPTIONS' always; | |
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always; | |
add_header 'Access-Control-Max-Age' 31536000 always; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment