Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types11
1 files changed, 6 insertions, 5 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 079874ee5..e17c3d1d5 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -1,14 +1,16 @@
types {
- text/css css;
text/html html htm shtml;
- text/plain txt;
+ text/css css;
text/xml xml rss;
+ image/gif gif;
+ image/jpeg jpeg jpg;
+ application/x-javascript js;
+
+ text/plain txt;
text/x-component htc;
text/mathml mml;
- image/gif gif;
- image/jpeg jpeg jpg;
image/png png;
image/x-icon ico;
image/x-jng jng;
@@ -17,7 +19,6 @@ types {
application/mac-binhex40 hqx;
application/pdf pdf;
application/x-cocoa cco;
- application/x-javascript js;
application/x-java-archive-diff jardiff;
application/x-java-jnlp-file jnlp;
application/x-makeself run;