Skip to content

Commit

Permalink
Update cloudfront.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Sep 27, 2023
1 parent eabc27d commit 6b4b783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdn/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "aws_cloudfront_distribution" "cdn" {
}
}

viewer_protocol_policy = "allow-all"
viewer_protocol_policy = "redirect-to-https"
min_ttl = 0
default_ttl = 60
max_ttl = 3600
Expand Down

0 comments on commit 6b4b783

Please sign in to comment.