From a805fb46768e306cd8e182f5ccfa90f401408711 Mon Sep 17 00:00:00 2001 From: Mark Shust Date: Fri, 7 Feb 2020 12:59:43 -0500 Subject: [PATCH 1/2] Added missing "Full Page Cache" reference to config --- src/cloud/cdn/fastly-vcl-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/cdn/fastly-vcl-blocking.md b/src/cloud/cdn/fastly-vcl-blocking.md index 74688dc7c59..252e2b163ac 100644 --- a/src/cloud/cdn/fastly-vcl-blocking.md +++ b/src/cloud/cdn/fastly-vcl-blocking.md @@ -25,7 +25,7 @@ You create an Edge ACL to define the list of IP addresses to block. After creati If you want to manage access for both Staging and Production sites, create the Edge ACL with the same name in both environments. The VCL snippet code will apply to both environments. 1. Log in to the Magento Admin. -1. Navigate to **Stores** > **Settings** > **Configuration** > **Advanced** > **System** > **Fastly Configuration**. +1. Navigate to **Stores** > **Settings** > **Configuration** > **Advanced** > **System** > **Full Page Cache** > **Fastly Configuration**. 1. Expand the **Edge ACL** section. 1. Click **Add ACL** to create a list. For this example, name the list "blocklist". 1. Enter IP address values in the list. Any client IPs added to this list will be blocked access from the site. From 1c720c783a262556a925592733c240cc901676f2 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 10 Feb 2020 10:01:23 -0600 Subject: [PATCH 2/2] Fixed breadcrumb bolding. --- src/cloud/cdn/fastly-vcl-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/cdn/fastly-vcl-blocking.md b/src/cloud/cdn/fastly-vcl-blocking.md index 252e2b163ac..84bd3e663ce 100644 --- a/src/cloud/cdn/fastly-vcl-blocking.md +++ b/src/cloud/cdn/fastly-vcl-blocking.md @@ -25,7 +25,7 @@ You create an Edge ACL to define the list of IP addresses to block. After creati If you want to manage access for both Staging and Production sites, create the Edge ACL with the same name in both environments. The VCL snippet code will apply to both environments. 1. Log in to the Magento Admin. -1. Navigate to **Stores** > **Settings** > **Configuration** > **Advanced** > **System** > **Full Page Cache** > **Fastly Configuration**. +1. Navigate to **Stores** > Settings > **Configuration** > **Advanced** > **System** > **Full Page Cache** > **Fastly Configuration**. 1. Expand the **Edge ACL** section. 1. Click **Add ACL** to create a list. For this example, name the list "blocklist". 1. Enter IP address values in the list. Any client IPs added to this list will be blocked access from the site.