mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
disable query string behaviour caching as caching time is set to 0
This commit is contained in:
parent
23aaa46a5e
commit
98ad7d1d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ resource "aws_cloudfront_cache_policy" "api" {
|
||||||
}
|
}
|
||||||
|
|
||||||
query_strings_config {
|
query_strings_config {
|
||||||
query_string_behavior = "all"
|
query_string_behavior = "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue