Skip to content

Commit 5f7bf2a

Browse files
committed
Changes after review.
1 parent 3c97f72 commit 5f7bf2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/content/docs/rules/compression-rules/settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Allowed values are the following:
4141
If you specify only _Gzip_, _Brotli_, or _Zstandard_ and no algorithm matches, the response will have no compression. To configure a fallback compression mechanism, add _Auto_ to the list.
4242

4343
:::note
44-
The compression applied by the _Default_ option takes into account global configuration settings such as [Enable Brotli compression](/speed/optimization/content/compression/).
44+
The compression applied by the _Default_ option takes into account any configured compression rules that match incoming requests.
4545
:::
4646

4747
---
@@ -76,7 +76,7 @@ If you include `none`, `default`, or `auto` in the list, it must be the last val
7676
When you specify only the `gzip`, `brotli`, or `zstd` algorithms, if no algorithm matches then the response will have no compression. To configure a fallback compression mechanism, add `auto` to the list.
7777

7878
:::note
79-
The compression applied by the `default` algorithm takes into account global configuration settings such as [Enable Brotli compression](/speed/optimization/content/compression/).
79+
The compression applied by the `default` algorithm takes into account any configured compression rules that match incoming requests.
8080
:::
8181

8282
For API examples, refer to the [Examples gallery](/rules/compression-rules/examples/).

src/content/docs/speed/optimization/content/compression.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ application/geo+json
9494
Cloudflare's global network can deliver content to website visitors using Gzip compression, Brotli compression, Zstandard compression, or no compression, depending on:
9595

9696
- The values visitors provide in the `accept-encoding` request header.
97-
- The value of the [Brotli setting](/speed/optimization/content/compression/) at the zone level.
9897
- Any configured [compression rule](/rules/compression-rules/) that matches incoming requests.
9998

10099
For responses with error status codes, Cloudflare will only compress responses if their error status code is `403` or `404`. For successful response status codes, Cloudflare will only compress responses if their status code is `200`. Responses with other status codes will not be compressed.

0 commit comments

Comments
 (0)