From affdcf15e0745254f4821cd51f5c98c463be88b9 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 27 Feb 2023 17:39:23 +0000 Subject: [PATCH] Serve `*.{cjs,js,mjs}` as type `application/javascript` --- deploy/nginx/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx/mime.types b/deploy/nginx/mime.types index 8fd9235438..b3bab1472b 100644 --- a/deploy/nginx/mime.types +++ b/deploy/nginx/mime.types @@ -4,7 +4,7 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; - application/javascript js; + application/javascript cjs js mjs; application/atom+xml atom; application/rss+xml rss;