Skip to content

Commit

Permalink
enable http 2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Mar 31, 2017
1 parent 9a13435 commit 3ba8c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wordpress/wordpress-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ Resources:
ViewerProtocolPolicy: 'redirect-to-https'
Compress: true
Enabled: true
PriceClass: 'PriceClass_100'
HttpVersion: http2
PriceClass: 'PriceClass_All'
ViewerCertificate:
AcmCertificateArn: !Ref CloudFrontAcmCertificate
SslSupportMethod: 'sni-only'
Expand Down

0 comments on commit 3ba8c55

Please sign in to comment.