# HG changeset patch # User Maxim Dounin # Date 1725072014 -10800 # Node ID eebab926832644b473d8f723555b80cd1eb3b411 # Parent 48f30a3add51148958d6f66968fdd884890a973c MIME: added mjs extension to text/javascript. diff --git a/conf/mime.types b/conf/mime.types --- a/conf/mime.types +++ b/conf/mime.types @@ -2,7 +2,7 @@ types { text/html html htm shtml; text/css css; - text/javascript js; + text/javascript js mjs; text/xml xml; image/gif gif; image/jpeg jpeg jpg;