gzip XHTML output

This commit is contained in:
Alex Cabal 2022-01-24 15:15:19 -06:00
parent b0e6601f66
commit 34a1a8eb47
2 changed files with 4 additions and 2 deletions

View file

@ -8,9 +8,10 @@ ServerSignature off
AddDefaultCharset utf-8
UseCanonicalName on
LogLevel warn
AddOutputFilterByType deflate image/svg+xml
AddType image/avif .avif
AddType font/woff2 .woff2
AddOutputFilterByType deflate image/svg+xml
AddOutputFilterByType deflate application/xhtml+xml
TraceEnable off
Protocols h2 h2c http/1.1

View file

@ -8,9 +8,10 @@ ServerSignature off
AddDefaultCharset utf-8
UseCanonicalName on
LogLevel warn
AddOutputFilterByType deflate image/svg+xml
AddType image/avif .avif
AddType font/woff2 .woff2
AddOutputFilterByType deflate image/svg+xml
AddOutputFilterByType deflate application/xhtml+xml
TraceEnable off
Protocols h2 h2c http/1.1