-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Rules] Update Custom Errors #19905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rules] Update Custom Errors #19905
Conversation
| /http-applications/* /version-management/:splat 301 | ||
| /http3/* https://www.cloudflare.com/learning/performance/what-is-http3/ 301 | ||
| /railgun/* / 301 | ||
| /rules/bulk-redirects/* /rules/url-forwarding/bulk-redirects/:splat 301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some redirects have been moved. Only added one entry.
| # Rules | ||
| /rules/bulk-redirects/* /rules/url-forwarding/bulk-redirects/:splat 301 | ||
| /rules/url-forwarding/dynamic-redirects/* /rules/url-forwarding/single-redirects/:splat 301 | ||
| /rules/custom-error-responses/* /rules/custom-errors/:splat 301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this new entry.
|
|
||
| To create a custom error rule at the account level, use the corresponding account-level API endpoints. | ||
|
|
||
| ### Custom JSON response for all 5XX errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only added the last section ("Custom error asset created from a URL").
|
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
* [Rules] Rename section name to Custom Errors (w/ redirects) * Remove empty lines * Update parameter reference * Update API page * Review parameters page * Small updates * Small fixes * Add release note and changelog entry
Summary
Addresses PCX-3214.