Skip to content

Commit

Permalink
chore(ttl): decreasing tiem for cache policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Sep 28, 2024
1 parent 7e04041 commit 1cf52f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/static_website/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ resource "aws_cloudfront_distribution" "static_site" {
viewer_protocol_policy = "redirect-to-https"
compress = true
min_ttl = 0
default_ttl = 3600
default_ttl = 300
max_ttl = 86400
}

Expand Down

0 comments on commit 1cf52f9

Please sign in to comment.