Skip to content

Commit 248f991

Browse files
committed
Update Always Use HTTPS example
1 parent bdcdd26 commit 248f991

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
-5.79 KB
Loading

src/content/docs/rules/reference/page-rules-migration.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,13 @@ You configured a Page Rule to perform an automatic redirect from HTTP to HTTPS f
143143

144144
- **If incoming requests match**: Wildcard pattern
145145

146-
- Request URL: `http://*`
146+
- **Request URL**: `http://*`
147147

148148
- **Then**:
149-
- **Target URL:** `https://${1}`
150-
- **Status code:** _301_
149+
150+
- **Target URL**: `https://${1}`
151+
- **Status code**: _301_
152+
- **Preserve query string**: Enabled
151153

152154
</div>
153155

0 commit comments

Comments
 (0)