2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

cdn: Enable the CDN.

Note that this only turns on the CloudFront distribution.  It does not
cause client requests to be sent to the distribution.  That will only
happen after we flip the DNS record for ci.guix.info, also.

* cdn/terraform/cloudfront.tf (berlin-mirror) <enabled>: Change to true.
This commit is contained in:
Chris Marusich 2019-04-21 17:29:04 -07:00
parent 7246051d3c
commit 07194bd81d
No known key found for this signature in database
GPG key ID: DD409A15D822469D

View file

@ -63,7 +63,7 @@ locals {
}
resource "aws_cloudfront_distribution" "berlin-mirror" {
enabled = false
enabled = true
comment = "Distributed caching proxy for berlin.guixsd.org"
origin {
domain_name = "berlin.guixsd.org"