Skip to content

Commit 9b6a302

Browse files
committed
copyedit
1 parent c9d7960 commit 9b6a302

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

advanced/subpath/route53-cloudfront.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ Behaviors in CloudFront enable control over the subpath logic. At a high level,
9191
- **If a user lands on /docs**, go to `[SUBDOMAIN].mintlify.dev`.
9292
- **If a user lands on any other page**, go the current landing page.
9393

94-
Navigate to the "Behaviors" tab of your CloudFront distribution.
94+
1. Navigate to the "Behaviors" tab of your CloudFront distribution.
9595

9696
<Frame>
9797
![CloudFront "Behaviors" tab highlighted.](/images/cloudfront/behaviors.png)
9898
</Frame>
9999

100-
Select the **Create behavior** button and create the following behaviors.
100+
2. Select the **Create behavior** button and create the following behaviors.
101101

102102
### `/.well-known/*`
103103

104-
Create behaviors for Vercel domain verification paths with a **Path pattern** of `/.well-known/*` set **Origin and origin groups** to your docs URL.
104+
Create behaviors for Vercel domain verification paths with a **Path pattern** of `/.well-known/*` and set **Origin and origin groups** to your docs URL.
105105

106106
For "Cache policy", select **CachingDisabled** to ensure these verification requests pass through without caching.
107107

@@ -139,8 +139,8 @@ Create a behavior with a **Path pattern** of `/docs/*` and **Origin and origin g
139139
These settings should exactly match `/docs`. With the exception of the **Path pattern**.
140140

141141
- Set "Cache policy" to **CachingOptimized**.
142-
- Set Origin request policy to **VercelCloudFrontProxy**.
143-
- Set Viewer Protocol Policy to **Redirect HTTP to HTTPS**
142+
- Set "Origin request policy" to **VercelCloudFrontProxy**.
143+
- Set "Viewer protocol policy" to **Redirect HTTP to HTTPS**
144144

145145
### `Default (*)`
146146

@@ -158,7 +158,7 @@ Lastly, we're going to edit the `Default (*)` behavior.
158158

159159
2. Select **Save changes**.
160160

161-
### Check Behaviors are set up correctly
161+
### Check behaviors are set up correctly
162162

163163
If you follow the above steps, your behaviors should look like this:
164164

0 commit comments

Comments
 (0)