Merge pull request #890 from Hestia-Homes/deploy-fastapi-with-terraform

Deploy fastapi with terraform:  Disable query string behaviour caching as caching time is set to 0
This commit is contained in:
Jun-te Kim 2026-03-16 16:08:34 +00:00 committed by GitHub
commit ac548b8c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ resource "aws_cloudfront_cache_policy" "api" {
}
query_strings_config {
query_string_behavior = "all"
query_string_behavior = "none"
}
}
}