How can I force cloudfront assets to use http2?
in our app we have an image library which stores images in S3 linked to cloudfront.
cloudfront configured for http2
server is puma + nginx
problem is performance seems like all assets served from cloudfront/xxxxxx are using http1.1 instead of http2
how can this be solved?