Skip to content

Commit 97c7e82

Browse files
authored
[Rules] Removing the page rules article rewrite-host-headers (#20323)
* [Rules] Update _redirects SPM-1670 * Delete src/content/docs/rules/page-rules/how-to/override-url-or-ip-address.mdx SPM-1670 * Update route-production-traffic.mdx * Update cache-keys.mdx * Update cloudflare-pages-origin.mdx * Update settings.mdx * Update index.mdx * Update _redirects * Delete src/content/docs/rules/page-rules/how-to/rewrite-host-headers.mdx * Update limit-external-connections-application.mdx * Update settings.mdx
1 parent 2fe7819 commit 97c7e82

File tree

9 files changed

+9
-97
lines changed

9 files changed

+9
-97
lines changed

public/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,8 @@
10361036
/rules/url-forwarding/single-redirects/examples/ /rules/url-forwarding/examples/ 301
10371037
/rules/url-forwarding/dynamic-redirects/parameters/ /rules/url-forwarding/single-redirects/settings/ 301
10381038
/rules/transform/manage/ /rules/transform/ 301
1039+
/rules/page-rules/how-to/rewrite-host-headers/ /rules/origin-rules/examples/change-uri-path-and-host-header/ 301
1040+
/rules/page-rules/how-to/override-url-or-ip-address/ /rules/origin-rules/features/ 301
10391041

10401042
# ruleset engine
10411043
/ruleset-engine/rules-language/fields/standard-fields/ /ruleset-engine/rules-language/fields/reference/ 301

src/content/docs/cache/how-to/cache-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Additionally, you cannot include the following headers:
120120
Host determines which host header to include in the Cache Key.
121121

122122
* If `Use original host` (`resolved: false` in the API), Cloudflare includes the `Host` header in the HTTP request sent to the origin.
123-
* If `Resolved host` (`resolved: true` in the API), Cloudflare includes the `Host` header that was resolved to get the `origin IP` for the request. The `Host` header may be different from the header actually sent if the [Cloudflare Resolve Override](/rules/page-rules/how-to/override-url-or-ip-address/) feature is used.
123+
* If `Resolved host` (`resolved: true` in the API), Cloudflare includes the `Host` header that was resolved to get the `origin IP` for the request. The `Host` header may be different from the header actually sent if it has been changed with an [Origin Rule](/rules/origin-rules/features/#dns-record).
124124

125125
### Cookie
126126

src/content/docs/load-balancing/pools/cloudflare-pages-origin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Now that you have set up your load balancer and verified everything is working c
209209

210210
1. Confirm that your production hostname has the correct [priority order](/load-balancing/load-balancers/dns-records/#priority-order) of DNS records and is covered by an [SSL/TLS certificate](/load-balancing/load-balancers/dns-records/#ssltls-coverage).
211211

212-
If you have an Enterprise account, also evaluate your application for any excluded paths. For example, you might not want the load balancer to distribute requests directed at your `/admin` path. For any exceptions, set up an [Origin rule](/rules/origin-rules/features/#dns-record) or [Page rule](/rules/page-rules/how-to/override-url-or-ip-address/).
212+
If you have an Enterprise account, also evaluate your application for any excluded paths. For example, you might not want the load balancer to distribute requests directed at your `/admin` path. For any exceptions, set up an [Origin rule](/rules/origin-rules/features/#dns-record).
213213

214214
2. Configure your load balancer to receive production traffic by editing the **Hostname** of your existing load balancer.
215215

src/content/docs/rules/page-rules/how-to/override-url-or-ip-address.mdx

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/content/docs/rules/page-rules/how-to/rewrite-host-headers.mdx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)