Revert "tf: cache: partially roll back #415"
This reverts commit 3301b0ce71e524de7f6b1757e43470fbaa531da9.
Martin Weinelt committed
Jan 9, 2025 at 00:59 UTC
d85e0091f90b1aa997a816b5cfb086351babf67e
1 file changed
+4
-5
terraform/cache.tf
+4
-5
@@ -129,11 +129,10 @@ resource "fastly_service_vcl" "cache" {
129
weight = 100
130
}
131
132
- # Temporarily disabled due to nix-index bugs: see https://github.com/nix-community/nix-index/issues/249
133
- #request_setting {
134
- # name = "Redirect HTTP to HTTPS"
135
- # force_ssl = true
136
- #}
132
+ request_setting {
133
+ name = "Redirect HTTP to HTTPS"
134
+ force_ssl = true
135
+ }
136
137
condition {
138
name = "is-404"