We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e10730 commit 8306854Copy full SHA for 8306854
1 file changed
cf-cache.tf
@@ -34,8 +34,8 @@ resource "cloudflare_zone_setting" "minify" {
34
zone_id = local.zone_id
35
setting_id = "minify"
36
value = {
37
- css = "on"
38
- html = "on"
+ css = "off"
+ html = "off"
39
js = "off"
40
}
41
0 commit comments