Skip to content

Commit b7bf5e0

Browse files
taylorleeharshil1712
authored andcommitted
[Workers] Add custom-domain limits to routing section (#17939)
1 parent 9580ef9 commit b7bf5e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/content/docs/workers/platform/limits.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,17 @@ If you need more than 500 Workers, consider using [Workers for Platforms](/cloud
282282

283283
---
284284

285-
## Number of routes per zone
285+
## Routes and domains
286+
287+
### Number of routes per zone
286288

287289
Each zone has a limit of 1,000 [routes](/workers/configuration/routing/routes/). If you require more than 1,000 routes on your zone, consider using [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) or request an increase to this limit.
288290

289-
## Number of routed zones per Worker
291+
### Number of custom domains per zone
292+
293+
Each zone has a limit of 100 [custom domains](/workers/configuration/routing/custom-domains/). If you require more than 100 custom domains on your zone, consider using a wildcard [route](/workers/configuration/routing/routes/) or request an increase to this limit.
294+
295+
### Number of routed zones per Worker
290296

291297
When configuring [routing](/workers/configuration/routing/), the maximum number of zones that can be referenced by a Worker is 1,000. If you require more than 1,000 zones on your Worker, consider using [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) or request an increase to this limit.
292298

0 commit comments

Comments
 (0)