From ca850c76021144de6bf0505c60a4156912140b0f Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 19 Feb 2024 19:09:19 +0100 Subject: [PATCH] add mjs to mime table --- files/config/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config/mime.types b/files/config/mime.types index 89be9a4..176b6c5 100644 --- a/files/config/mime.types +++ b/files/config/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;