File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,14 @@ Resources:
633
633
CachedMethods :
634
634
- GET
635
635
- HEAD
636
- CachePolicyId : 4cc15a8a-d715-48a4-82b8-cc0b614638fe # use origin headers
637
- OriginRequestPolicyId : b689b0a8-53d0-40ab-baf2-68738e2966ac # all except host - normally, you want to pass the host header but our setup is weird
636
+ ForwardedValues :
637
+ QueryString : true
638
+ QueryStringCacheKeys :
639
+ - host
640
+ - ts
641
+ - upcomingOnly
642
+ Cookies :
643
+ Forward : none
638
644
- PathPattern : " /api/v1/events/*"
639
645
TargetOriginId : ApiGatewayOrigin
640
646
ViewerProtocolPolicy : redirect-to-https
@@ -649,8 +655,14 @@ Resources:
649
655
CachedMethods :
650
656
- GET
651
657
- HEAD
652
- CachePolicyId : 4cc15a8a-d715-48a4-82b8-cc0b614638fe # use origin headers
653
- OriginRequestPolicyId : b689b0a8-53d0-40ab-baf2-68738e2966ac # all except host - normally, you want to pass the host header but our setup is weird
658
+ ForwardedValues :
659
+ QueryString : true
660
+ QueryStringCacheKeys :
661
+ - host
662
+ - ts
663
+ - upcomingOnly
664
+ Cookies :
665
+ Forward : none
654
666
- PathPattern : " /api/*"
655
667
TargetOriginId : ApiGatewayOrigin
656
668
ViewerProtocolPolicy : redirect-to-https
You can’t perform that action at this time.
0 commit comments