mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Enable gzip compression for favicons
This commit is contained in:
parent
df07b87d90
commit
0b8ed9101a
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ AddType image/avif .avif
|
||||||
AddType font/woff2 .woff2
|
AddType font/woff2 .woff2
|
||||||
AddOutputFilterByType deflate image/svg+xml
|
AddOutputFilterByType deflate image/svg+xml
|
||||||
AddOutputFilterByType deflate application/xhtml+xml
|
AddOutputFilterByType deflate application/xhtml+xml
|
||||||
|
AddOutputFilterByType deflate image/vnd.microsoft.icon image/x-icon
|
||||||
TraceEnable off
|
TraceEnable off
|
||||||
Protocols h2 h2c http/1.1
|
Protocols h2 h2c http/1.1
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ AddType image/avif .avif
|
||||||
AddType font/woff2 .woff2
|
AddType font/woff2 .woff2
|
||||||
AddOutputFilterByType deflate image/svg+xml
|
AddOutputFilterByType deflate image/svg+xml
|
||||||
AddOutputFilterByType deflate application/xhtml+xml
|
AddOutputFilterByType deflate application/xhtml+xml
|
||||||
|
AddOutputFilterByType deflate image/vnd.microsoft.icon image/x-icon
|
||||||
TraceEnable off
|
TraceEnable off
|
||||||
Protocols h2 h2c http/1.1
|
Protocols h2 h2c http/1.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue