diff --git a/nginx.conf b/nginx.conf index ace64e7..abcd35d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,9 @@ events { http { include /etc/nginx/mime.types; + types { + application/javascript mjs; + } default_type application/octet-stream; gzip on;