mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Remove brotli from encode
page (#40)
This commit is contained in:
parent
5195d0c6f6
commit
00c3d67077
1 changed files with 0 additions and 2 deletions
|
@ -12,14 +12,12 @@ Encodes responses using the configured encoding(s). A typical use for encoding i
|
||||||
encode [<matcher>] <formats...> {
|
encode [<matcher>] <formats...> {
|
||||||
gzip [<level>]
|
gzip [<level>]
|
||||||
zstd
|
zstd
|
||||||
brotli [<quality>]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- **<formats...>** is the list of encoding formats to enable.
|
- **<formats...>** is the list of encoding formats to enable.
|
||||||
- **gzip** enables Gzip compression, optionally at the specified level.
|
- **gzip** enables Gzip compression, optionally at the specified level.
|
||||||
- **zstd** enables Zstandard compression.
|
- **zstd** enables Zstandard compression.
|
||||||
- **brotli** enables on-the-fly Brotli compression, but be aware that Brotli compression is not designed to be fast and the current Go implementation is not efficient. Use only for testing and development. _We might remove this option in the future. Do not use in production. Not subject to compatibility promises._ To use brotli compression, pre-compress your assets and serve those instead.
|
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue