File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -808,24 +808,24 @@ Resources:
808808 Action : s3:GetObject
809809 Resource : !Sub "${AppFrontendS3Bucket.Arn}/*"
810810
811- CloudfrontNoCachePolicy :
812- Type : AWS::CloudFront::CachePolicy
813- Properties :
814- CachePolicyConfig :
815- Comment : Cache policy with caching disabled and Gzip/Brotli enabled
816- DefaultTTL : 0
817- MaxTTL : 0
818- MinTTL : 0
819- Name : NoCache-GzipBrotli-Enabled
820- ParametersInCacheKeyAndForwardedToOrigin :
821- CookiesConfig :
822- CookieBehavior : none
823- EnableAcceptEncodingBrotli : true
824- EnableAcceptEncodingGzip : true
825- HeadersConfig :
826- HeaderBehavior : none
827- QueryStringsConfig :
828- QueryStringBehavior : none
811+ CloudfrontNoCachePolicy :
812+ Type : AWS::CloudFront::CachePolicy
813+ Properties :
814+ CachePolicyConfig :
815+ Comment : Cache policy with caching disabled and Gzip/Brotli enabled
816+ DefaultTTL : 0
817+ MaxTTL : 0
818+ MinTTL : 0
819+ Name : NoCache-GzipBrotli-Enabled
820+ ParametersInCacheKeyAndForwardedToOrigin :
821+ CookiesConfig :
822+ CookieBehavior : none
823+ EnableAcceptEncodingBrotli : true
824+ EnableAcceptEncodingGzip : true
825+ HeadersConfig :
826+ HeaderBehavior : none
827+ QueryStringsConfig :
828+ QueryStringBehavior : none
829829
830830 CloudfrontCachePolicy :
831831 Type : AWS::CloudFront::CachePolicy
You can’t perform that action at this time.
0 commit comments