Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/cache/concepts/default-cache-behavior.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Cloudflare’s CDN provides several cache customization options:

<FeatureTable id="network.max_upload_size" />

Customers can reduce the **Maximum Upload Size** from the zone's **Network** page.

If you require a larger upload, group requests smaller than the upload thresholds or upload the full resource through an [unproxied (grey-clouded) DNS record](/dns/proxy-status/).

### Cacheable size limits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ The upload limit for the Cloudflare API depends on your plan. If you exceed this

<FeatureTable id="network.max_upload_size" />

Keep in mind, customers can reduce the **Maximum Upload Size** from the zone's **Network** page which can cause a `413`.

If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/fundamentals/subscriptions-and-billing/change-plan/).

## 414 URI Too Long
Expand Down
Loading