Replace deprecated DefaultType directive
This commit is contained in:
parent
89dffd569a
commit
d8e1346b78
1 changed files with 1 additions and 1 deletions
|
@ -48,9 +48,9 @@
|
||||||
AddOutputFilterByType DEFLATE application/x-javascript application/javascript
|
AddOutputFilterByType DEFLATE application/x-javascript application/javascript
|
||||||
</ifmodule>
|
</ifmodule>
|
||||||
|
|
||||||
DefaultType image/jpeg
|
|
||||||
AddType audio/mp4 f4a f4b m4a
|
AddType audio/mp4 f4a f4b m4a
|
||||||
AddType audio/ogg oga ogg opus
|
AddType audio/ogg oga ogg opus
|
||||||
|
AddType image/jpeg jpg jpeg
|
||||||
AddType image/bmp bmp
|
AddType image/bmp bmp
|
||||||
AddType image/svg+xml svg svgz
|
AddType image/svg+xml svg svgz
|
||||||
AddType image/webp webp
|
AddType image/webp webp
|
||||||
|
|
Reference in a new issue