Skip to content

Commit

Permalink
Add link to compression config chapter. (#6939)
Browse files Browse the repository at this point in the history
Signed-off-by: Tero Saarni <[email protected]>
  • Loading branch information
tsaarni authored Mar 10, 2025
1 parent 8c44fd2 commit 165ba83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/content/docs/main/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Where Contour settings can also be specified with command-line flags, the comman
| debug | boolean | `false` | Enables debug logging. |
| default-http-versions | string array | <code style="white-space:nowrap">HTTP/1.1</code> <br> <code style="white-space:nowrap">HTTP/2</code> | This array specifies the HTTP versions that Contour should program Envoy to serve. HTTP versions are specified as strings of the form "HTTP/x", where "x" represents the version number. |
| disableAllowChunkedLength | boolean | `false` | If this field is true, Contour will disable the RFC-compliant Envoy behavior to strip the `Content-Length` header if `Transfer-Encoding: chunked` is also set. This is an emergency off-switch to revert back to Envoy's default behavior in case of failures.
| compression | CompressionParameters | | Sets the compression configuration applied in the compression HTTP filter of the default Listener filters. |
| compression | CompressionParameters | | The [compression configuration](#compression-parameters). |
| disableMergeSlashes | boolean | `false` | This field disables Envoy's non-standard merge_slashes path transformation behavior that strips duplicate slashes from request URL paths.
| serverHeaderTransformation | string | `overwrite` | This field defines the action to be applied to the Server header on the response path. Values: `overwrite` (default), `append_if_absent`, `pass_through`
| disablePermitInsecure | boolean | `false` | If this field is true, Contour will ignore `PermitInsecure` field in HTTPProxy documents. |
Expand Down Expand Up @@ -294,7 +294,9 @@ Metrics and health endpoints cannot have the same port number when metrics are s
| max-requests | int | 0 | The maximum parallel requests a single Envoy instance allows to the Kubernetes Service; defaults to 1024 |
| max-retries | int | 0 | The maximum number of parallel retries a single Envoy instance allows to the Kubernetes Service; defaults to 3. This setting only makes sense if the cluster is configured to do retries.|

### Compression Parameters
### Compression Parameters

Sets the compression configuration applied in the compression HTTP filter of the default Listener filters.

| Field Name | Type | Default | Description |
|------------|--------|--------|-------------------------|
Expand Down

0 comments on commit 165ba83

Please sign in to comment.