mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 11:56:38 -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
|
AddDefaultCharset utf-8
|
||||||
UseCanonicalName on
|
UseCanonicalName on
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
AddOutputFilterByType deflate image/svg+xml
|
|
||||||
AddType image/avif .avif
|
AddType image/avif .avif
|
||||||
AddType font/woff2 .woff2
|
AddType font/woff2 .woff2
|
||||||
|
AddOutputFilterByType deflate image/svg+xml
|
||||||
|
AddOutputFilterByType deflate application/xhtml+xml
|
||||||
TraceEnable off
|
TraceEnable off
|
||||||
Protocols h2 h2c http/1.1
|
Protocols h2 h2c http/1.1
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,10 @@ ServerSignature off
|
||||||
AddDefaultCharset utf-8
|
AddDefaultCharset utf-8
|
||||||
UseCanonicalName on
|
UseCanonicalName on
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
AddOutputFilterByType deflate image/svg+xml
|
|
||||||
AddType image/avif .avif
|
AddType image/avif .avif
|
||||||
AddType font/woff2 .woff2
|
AddType font/woff2 .woff2
|
||||||
|
AddOutputFilterByType deflate image/svg+xml
|
||||||
|
AddOutputFilterByType deflate application/xhtml+xml
|
||||||
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