From eabe4e37b0bc00b15e41bef1b275536e33f1570d Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 28 Oct 2020 13:42:21 +0100 Subject: [PATCH] 'nginx/nginx/conf_split/mime.types' toevoegen --- nginx/nginx/conf_split/mime.types | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nginx/nginx/conf_split/mime.types 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