Enable gzip compression for favicons

This commit is contained in:
Alex Cabal 2022-12-22 17:22:36 -06:00
parent df07b87d90
commit 0b8ed9101a
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ AddType image/avif .avif
AddType font/woff2 .woff2
AddOutputFilterByType deflate image/svg+xml
AddOutputFilterByType deflate application/xhtml+xml
AddOutputFilterByType deflate image/vnd.microsoft.icon image/x-icon
TraceEnable off
Protocols h2 h2c http/1.1

View file

@ -12,6 +12,7 @@ AddType image/avif .avif
AddType font/woff2 .woff2
AddOutputFilterByType deflate image/svg+xml
AddOutputFilterByType deflate application/xhtml+xml
AddOutputFilterByType deflate image/vnd.microsoft.icon image/x-icon
TraceEnable off
Protocols h2 h2c http/1.1