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
Copy file name to clipboardExpand all lines: src/content/docs/setup/configuration/content-delivery-network.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -685,11 +685,11 @@ Ensure that the base URL change is propagated to Catalog Service. You can do thi
685
685
Fastly VCL and CDN configuration can be a bit overwhelming at first. Here's a collection of troubleshooting steps that might help you if you have problems.
686
686
</Aside>
687
687
688
-
### Fastly API Quick Reference
688
+
### Fastly API quick reference
689
689
690
690
With your Fastly API Token you can make requests against the Fastly API for information or data that may be otherwise inaccessible. You can find your API Token in your Commerce Admin view under **Stores** > **Settings** > **Configuration** > **Advanced** > **System** > **Full Page Cache** > **Fastly Configuration**.
691
691
692
-
Here's a quick reference of things you can do with your API Token. More details can be found on [Fastly's API docs](https://www.fastly.com/documentation/reference/api/).
692
+
Here's a quick reference of things you can do with your API Token. See [Fastly's API documentation](https://www.fastly.com/documentation/reference/api/) for more details.
Fastly maintains a "version" of your snippets remotely on their servers. These versions are never pulled "down" to your Commerce Environment, but can be "pushed" from your environment to Fastly. Unintentional local changes can therefore cause things to become out of sync.
707
+
Fastly maintains a "version" of your snippets remotely on their servers. These versions are never pulled "down" to your Commerce environment, but can be "pushed" from your environment to Fastly. Unintentional local changes can cause things to become out of sync.
708
708
709
-
For example, renaming a snippet actually creates a new snippet with the new name, and does not delete the old one. Thus you should not rename snippets unless you must. See [this issue](https://github.com/fastly/fastly-magento2/issues/708) for more information.
709
+
For example, renaming a snippet actually creates a new snippet with the new name, and does not delete the old one. You should not rename snippets unless you must. See [this issue](https://github.com/fastly/fastly-magento2/issues/708) for more information.
710
710
711
-
Another issue is that custom VCL snippets are kept on your environment in `var/vcl_snippets_custom/`. If that folder or contents are deleted, then you will be unable to view, edit, or modify the snippets even though they remain active in Fastly.
711
+
Your environment stores custom VCL snippets in the `var/vcl_snippets_custom/` directory. If you delete that directory or its contents, you will not be able to view, edit, or modify the snippets, even though they remain active in Fastly."
712
712
713
713
To resolve this, you should use the Fastly API to "pull" all snippets and then place them back in that folder (with permission **775**). The following table details how to construct the file correctly:
0 commit comments