diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 7fde9ae..4ae2a0c 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -142,6 +142,7 @@ server { location ~ \.wasm$ { default_type application/wasm; } + location ~ \.js$ { default_type text/javascript; }