diff --git a/nginx/nginx/conf_split/mime.types b/nginx/nginx/conf_split/mime.types new file mode 100644 index 0000000..e2b806c --- /dev/null +++ b/nginx/nginx/conf_split/mime.types @@ -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 + .......................................... +} \ No newline at end of file