Skip to content

Commit

Permalink
feat(terraform): Setting browser cache TTL to 4hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Nov 19, 2023
1 parent 8b931d7 commit bb0dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "cloudflare_zone_settings_override" "main" {

# Caching > Configuration
cache_level = "aggressive" # Standard
browser_cache_ttl = 0 # Respect existing Headers
browser_cache_ttl = 14400 # 4hrs

# Network
websockets = "on"
Expand Down

0 comments on commit bb0dfb3

Please sign in to comment.