fastly-magento2 icon indicating copy to clipboard operation
fastly-magento2 copied to clipboard

Module for integrating Fastly CDN with Magento 2 installations

Results 57 fastly-magento2 issues
Sort by recently updated
recently updated
newest added

I changed the Shield option but it's never save, always stay in "None". What i'm doing wrong?? Tips?

Checking custom VCL snippets from Magento admin and comparing to list that is gotten via Fastly API: `https://api.fastly.com/service/[fastly_service]/version/[version]/snippet` Magento admin does not show all the custom VCL snippets that the...

According to your [docs](https://github.com/fastly/fastly-magento2/blob/master/Documentation/Guides/RATE-LIMITING.md). ``` Following users are exempt from blocking: IPs defined in var/.maintenance.ip (See Maintenance Mode guide for more details) ``` var/.maintenance.ip updates acl maint_allowlist but this acl...

According to your [docs](https://github.com/fastly/fastly-magento2/blob/master/Documentation/Guides/RATE-LIMITING.md) Following users are exempt from blocking: IPs defined in var/.maintenance.ip (See Maintenance Mode guide for more details) var/.maintenance.ip updates acl maint_allowlist but this acl is never...

**Steps to reproduce** 1. From the Magento configuration screen create a new VCL custom snippet and save. 2. From the Magento configuration screen create a second VCL custom snippet. Use...

**Steps** - Create 2 or more websites with store views - Configure Fastly GeoIP redirect to redirect requests to a different store that belongs to a website other than the...

fix/improvement for custom snippet delete after VCL upload.

Initial cut of changes to support Blue/Green Deployment

Hi, i am looking for custom VCL snippet to bypass Fastly cache from certain dynamic magento blocks. We have dynamic prices being displayed on category and product pages based on...

The admin Fastly FPC Custom VCL Snippets UI allows you to edit/modify an existing VCL's type even though it is unable to actually change the VCL's type after it has...