mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
gzip XHTML output
This commit is contained in:
parent
b0e6601f66
commit
34a1a8eb47
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue