Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0d4a6c2

Browse files
authored
Merge pull request #8096 from magento/mae-fix-bypass-vcl-code-sample-1
Fix code sample
2 parents 2e241a5 + 78cf213 commit 0d4a6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/cdn/fastly-vcl-allowlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ After reviewing and updating the code for your environment, use either of the fo
114114
- Add the **VCL** snippet content:
115115

116116
```conf
117-
if ((req.url ~ "^/admin") && !(client.ip ~ allowlist) && !req.http.Fastly-FF) { error 403 "Forbidden"}
117+
if ((req.url ~ "^/admin") && !(client.ip ~ allowlist) && !req.http.Fastly-FF) { error 403 "Forbidden";}
118118
```
119119
120120
1. Click **Create** to generate the VCL snippet file with the name pattern `type_priority_name.vcl`, for example `recv_5_allowlist.vcl`

0 commit comments

Comments
 (0)