'nginx/nginx/conf_split/mime.types' toevoegen

This commit is contained in:
Mathijs Lermer 2020-10-28 13:42:21 +01:00
parent 35a481c4f3
commit eabe4e37b0

View 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
..........................................
}