diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-23 10:52:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-23 10:52:04 -0400 |
| commit | fbb1852beabccf01938823a1f4229f46eaf2a47c (patch) | |
| tree | 919921bb862c00631407ac06c0391e67d7dc9184 /nginx | |
| parent | f35ea32d74121de33b46fbad66ac7551e8c9e8aa (diff) | |
add mjs as javascript extension
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/mime.types | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/mime.types b/nginx/mime.types index 29612569..36737d4b 100644 --- a/nginx/mime.types +++ b/nginx/mime.types @@ -5,7 +5,7 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; - application/javascript js; + application/javascript js mjs; application/atom+xml atom; application/rss+xml rss; |
