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
Update infra/cdn/README.md
  • Loading branch information
JacobCoffee authored Sep 5, 2024
commit 74113f0d5cad689f1a752fc88f9c6b546dbb4b3a
1 change: 1 addition & 0 deletions infra/cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module "fastly_production" {

name = "CoolPythonApp.org"
domain = "CoolPythonApp.org"
subdomain = "www.CoolPythonApp.org"
extra_domains = ["www.CoolPythonApp.org"]
backend_address = "service.CoolPythonApp.org"
default_ttl = 3600
Expand Down
0