'nginx/nginx/conf_split/mime.types' toevoegen
This commit is contained in:
parent
35a481c4f3
commit
eabe4e37b0
1 changed files with 13 additions and 0 deletions
13
nginx/nginx/conf_split/mime.types
Normal file
13
nginx/nginx/conf_split/mime.types
Normal file
|
@ -0,0 +1,13 @@
|
|||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/x-javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
..........................................
|
||||
other types here
|
||||
..........................................
|
||||
}
|
Loading…
Reference in a new issue