diff --git a/bundles/nginx/files/nginx.conf b/bundles/nginx/files/nginx.conf index 3f4a9a9..dae0a26 100644 --- a/bundles/nginx/files/nginx.conf +++ b/bundles/nginx/files/nginx.conf @@ -10,6 +10,9 @@ events { http { include /etc/nginx/mime.types; + types { + application/javascript js mjs; + } default_type application/octet-stream; charset UTF-8; override_charset on;