You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the **Create behavior** button and create the following behaviors.
100
+
2.Select the **Create behavior** button and create the following behaviors.
101
101
102
102
### `/.well-known/*`
103
103
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.
105
105
106
106
For "Cache policy", select **CachingDisabled** to ensure these verification requests pass through without caching.
107
107
@@ -139,8 +139,8 @@ Create a behavior with a **Path pattern** of `/docs/*` and **Origin and origin g
139
139
These settings should exactly match `/docs`. With the exception of the **Path pattern**.
140
140
141
141
- 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**
144
144
145
145
### `Default (*)`
146
146
@@ -158,7 +158,7 @@ Lastly, we're going to edit the `Default (*)` behavior.
158
158
159
159
2. Select **Save changes**.
160
160
161
-
### Check Behaviors are set up correctly
161
+
### Check behaviors are set up correctly
162
162
163
163
If you follow the above steps, your behaviors should look like this:
0 commit comments