mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
[Workers, Pages] Add missing word (#27493)
This commit is contained in:
parent
f3c7d1dc4b
commit
cee9a4313e
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ The matched value can be used in the redirect location with `:splat`.
|
|||
|
||||
Proxying will only support relative URLs on your site. You cannot proxy external domains.
|
||||
|
||||
Only the first redirect in your will apply. For example, in the following example, a request to `/a` will render `/b`, and a request to `/b` will render `/c`, but `/a` will not render `/c`.
|
||||
Only the first redirect in your file will apply. For example, in the following example, a request to `/a` will render `/b`, and a request to `/b` will render `/c`, but `/a` will not render `/c`.
|
||||
|
||||
```
|
||||
/a /b 200
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue