Fix per mimetype su file con estensione mjs

This commit is contained in:
Pek5892 2023-11-29 16:45:46 +01:00
parent 5b4208d007
commit 818d0a6b02
1 changed files with 4 additions and 0 deletions

View File

@ -90,3 +90,7 @@ ServerSignature Off
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
<IfModule mod_mime.c>
AddType text/javascript mjs
</IfModule>