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

WIP - Fall 2024 AGCDN updates #9312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions source/content/guides/agcdn/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ product: [--]
integration: [--]
---


_todo: add more explanatory intro here. And a diagram would go a long way."_

Advanced Global CDN is a Managed Service that takes Pantheon's content delivery network (CDN) offering a step forward. AGCDN is designed for customers that require unique optimizations for digital delivery at scale.

Each AGCDN service configuration is offered as an annual contract subscription. Customers can add multiple sites to their AGCDN configuration, or conditionally apply specific rules.
Expand Down
10 changes: 7 additions & 3 deletions source/content/guides/agcdn/02-agcdn-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ product: [--]
integration: [--]
---

_In diataxis, this page read like a "reference" page. It needs to be a set of mini explanations._

This section provides detailed information on AGCDN features.

## OSI Layer 3 and 4 DDoS Protection & Mitigation
Expand All @@ -39,13 +41,15 @@ Tor encrypts and routes user traffic through at least three Tor nodes to mask a

## Custom Rules and Redirects

_Explain that Drupal and WordPress and PHP can do a lot for redirects. But there are situations where the CDN is better. Lets explain why. Many redirects are the result of **content** labor. So we think it is better to implement redirects closer to the content editors._

AGCDN allows you to use custom site rules, including:

- Bespoke cookie-handling

- Header modifications and filters

- URL and query string sorting and filtering
- URL and query string sorting and filtering

## Token Authentication with JSON Web Token

Expand All @@ -67,7 +71,7 @@ Sending location information to your application is much faster than fetching it

Edge Logs show every request to your website and records cached and uncached content. Server logs can only record requests that couldn't be fulfilled from a CDN's cache. Full CDN Edge Logs replace these with logs to provide a complete picture of your traffic.

You must have your own server to offload complete CDN Edge logs. Review [recommended third-party services](https://docs.fastly.com/en/guides/integrations#_logging-endpoints) that support Fastly logging to find the best solution for your setup.
You must have your own server to offload complete CDN Edge logs. Review [recommended third-party services](https://docs.fastly.com/en/guides/integrations#_logging-endpoints) that support Fastly logging to find the best solution for your setup.

## Edge Redirects

Expand All @@ -77,7 +81,7 @@ Reduce requests to your CMS by moving page redirects to the edge. AGCDN can comb

- Domain

- Pattern-based (RegEx)
- Pattern-based (RegEx)

- Redirects based on geolocation information

Expand Down
Loading