File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/cache/advanced-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,12 +247,12 @@ The simplest solution is to create a [Transform Rule](/rules/transform/) that ch
2472472. Select **Create rule** and select the option **URL Rewrite Rule**.
2482483. Enter a name, such as ` Vary by RSC Header` .
2492494. In **If incoming requests match...**, select **Custom filter expression**.
250- 5. Under **When incoming requests match...**, set this expression to check for the presence of ` RSC ` header:
250+ 5. Under **When incoming requests match...**, manually edit the expression so that it checks for the presence of the ` RSC ` header:
251251 - ` (http .request .headers [" rsc" ] is not null )`
252252
2532536. Under ` Then... `
254254 - for **Path**, select **Preserve**
255- - for **Query**, select **Rewrite to**, select **Static **: ` _rsc= 1 `
255+ - for **Query**, select **Rewrite to**, select **Dynamic **: ` _rsc= 1 `
256256
2572577. Select **Save**.
258258
You can’t perform that action at this time.
0 commit comments