diff --git a/nginx.conf b/nginx.conf index 40d7545..9f6e9c0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,6 +2,9 @@ server { listen 8080; server_name localhost; include mime.types; + types { + text/javascript mjs; + } root /usr/share/nginx/html;