Use text/javascript as per rfc9239

This commit is contained in:
TheSpad 2023-12-22 17:15:42 +00:00
parent 1dc7711ecb
commit ca1ef7f8aa
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -144,11 +144,11 @@ server {
}
location ~ \.js$ {
default_type application/javascript;
default_type text/javascript;
}
location ~ \.mjs$ {
default_type application/javascript;
default_type text/javascript;
}
}