Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netacea Fastly/Magento module - Module and documentation updates #687

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,8 @@ After you have enabled the module it's time to configure. You will be prompted w

## Configurable options

### Netacea API Key

This is the API key provided to you by Netacea.

### Netacea Secret

This is the Secret provided to you by Netacea.

### Netacea Ignore List

This is the list of URL paths which integration will skip and won't apply any action to requests. <br />
Please note that the integration will check if a request's URL path starts with a value from the list and will decide if it should be skipped. <br />
Example:
- Path `/skipthis` is added to the ignore list
- Integration will skip requests which paths are starting from the `/skipthis`
- This means that requests for such websites would be skipped by the integration:
- `www.domain.com/skipthis`
- `www.domain.com/skipthisalso`
- `www.domain.com/skipthis/andthistoo`
In order to configure Netacea module please see the following documentation.<br />
[Netacea - Fastly/Magento](https://docs.netacea.com/netacea-plugin-information/fastly-magento/installation-and-configuration)

## Enabling

Expand Down
Loading
Loading