1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-18 11:19:17 +01:00

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

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>