Login
From:
www.cdnplanet.com
(Uncensored)
subscribe
CloudFront, nginx and gzip: not that simple - CDN Planet
https://www.cdnplanet.com/blog/gzip-nginx-cloudfront/
links
backlinks
Roast topics
Find topics
Find it!
CloudFront's request to origin servers are marked as HTTP/1.0. By default nginx does not send gzipped response to a HTTP/1.0 request. gzip_http_version setting should be set to 1.0 for it to work correctly.