Created
November 15, 2015 03:11
-
-
Save typeoneerror/3eee3f6436b17bc2ec15 to your computer and use it in GitHub Desktop.
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
| # Use UTF-8 encoding for anything served text/plain or text/html | |
| AddDefaultCharset utf-8 | |
| # Mime types | |
| AddType video/mp4 .mp4 .mp4v .mpg4 .m4v | |
| AddType video/ogg .ogv | |
| AddType video/webm .webm | |
| AddType image/svg+xml .svg .svgz | |
| AddType text/x-vcard .vcf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment