diff --git a/conf/nginx.conf b/conf/nginx.conf index 891041d..3e8d95a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ # Add .mjs as a file extension for javascript include mime.types; types { - text/javascript js mjs; + text/javascript mjs; } #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;