Skip to content

Commit d581335

Browse files
committed
Link from example to rule settings
1 parent 63593ca commit d581335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/rules/origin-rules/examples/change-http-host-header.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render, Tabs, TabItem, Example } from "~/components";
1111

1212
The following origin rule overrides the HTTP `Host` header to `hr-server.example.com` for all requests with a URI path starting with `/hr-app/`. It also overrides the DNS record to the same hostname.
1313

14-
The `Host` header override only updates the header value; the DNS record override will handle the rerouting of incoming requests.
14+
The `Host` header override only updates the header value; the DNS record override will handle the rerouting of incoming requests. For more information on these overrides, refer to [Available settings](/rules/origin-rules/features/).
1515

1616
<Tabs syncKey="dashPlusAPI">
1717
<TabItem label="Dashboard" no-code="true">

0 commit comments

Comments
 (0)