8000 feat: terraform python.org fastly configuration by JacobCoffee · Pull Request #2519 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

feat: terraform python.org fastly configuration #2519

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

Merged
merged 7 commits into from
Sep 5, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore(docs): fix garbage
  • Loading branch information
JacobCoffee committed Sep 4, 2024
commit 5bda1329d1d2689569950df95de4ceb5bdda003b
19 changes: 1 addition & 18 deletions infra/cdn/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
# Fastly CDN Config

This module creates Fastly services for the Python.org CDN.

## Usage
# Fastly VCL Terraform Module

This Terraform module configures a Fastly service using VCL (Varnish Configuration Language) for Python.org. It sets up a robust CDN configuration with various features to optimize performance, security, and logging.

## Features

- Configures Fastly VCL service for Python.org
- Supports multiple domains (primary and extra domains)
- Sets up backends with health checks
- Implements caching strategies and TTL configurations
- Configures HTTPS and HSTS
- Implements rate limiting
- Sets up logging to Datadog and S3
- Configures various headers and request/response manipulations
- Implements IP blocking capabilities
This module creates Fastly services for the Python.org staging and production instances.

## Usage

Expand Down
0