Skip to content

Commit

Permalink
fix: add support for http2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 1, 2024
1 parent 7261e86 commit da397e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static-hosting/lib/static-hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export class StaticHosting extends Construct {
webAclId: props.webAclArn,
comment: props.comment,
defaultRootObject: defaultRootObject,
httpVersion: HttpVersion.HTTP3,
httpVersion: HttpVersion.HTTP2_AND_3,
sslSupportMethod: SSLMethod.SNI,
priceClass: PriceClass.PRICE_CLASS_ALL,
enableLogging: props.enableCloudFrontAccessLogging,
Expand Down

0 comments on commit da397e1

Please sign in to comment.