Skip to content

Instantly share code, notes, and snippets.

@svassr
Created December 13, 2016 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svassr/0a8273de82ca8d47226ee84064d1cec2 to your computer and use it in GitHub Desktop.
Save svassr/0a8273de82ca8d47226ee84064d1cec2 to your computer and use it in GitHub Desktop.
Nginx missing mime types
types {
##
# many other current miemtype definitions
##
application/x-font-ttf ttf;
font/opentype otf;
application/font-woff2 woff2;
text/cache.manifest manifest;
text/cache.manifest appcache;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment