guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: cdn: Enable the CDN.


From: Chris Marusich
Subject: 01/02: cdn: Enable the CDN.
Date: Fri, 26 Apr 2019 02:55:09 -0400 (EDT)

marusich pushed a commit to branch master
in repository maintenance.

commit 07194bd81df01ef9adbd80d6e37f5c40599d2729
Author: Chris Marusich <address@hidden>
Date:   Sun Apr 21 17:29:04 2019 -0700

    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.
---
 cdn/terraform/cloudfront.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdn/terraform/cloudfront.tf b/cdn/terraform/cloudfront.tf
index f1e9ccd..e2e519e 100644
--- a/cdn/terraform/cloudfront.tf
+++ b/cdn/terraform/cloudfront.tf
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]