Skip to content

Instantly share code, notes, and snippets.

Avatar

Bogdan Kondratov kondratovbr

View GitHub Profile
@kondratovbr
kondratovbr / mime.types
Created January 9, 2020 12:10
Default mime-types declarations for Nginx
View mime.types
types {
text/html html htm shtml;
text/css css;
text/xml xml;
image/gif gif;
image/jpeg jpeg jpg;
application/javascript js;
application/atom+xml atom;
application/rss+xml rss;