Re: nginx 1.12.2 with brotli compression truncates big files

2018-01-12 Thread tokers
Hi! > 188.210.x.x - - [12/Jan/2018:09:47:56 +0100] "GET > /apps/notes/js/vendor/angular/angular.js?v=c097638827ed950b562e4489ee4b6777-0 > HTTP/2.0" 200 236150 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; > rv:58.0) Gecko/20100101 Firefox/58.0" > If I transfer the same file without br compress

nginx 1.12.2 with brotli compression truncates big files

2018-01-12 Thread Matthias Fechner
Dear all, I have nginx configured to compress files using brotli with the following configuration: # enable Brotli brotli on; brotli_types     # text/html is always compressed by HttpGzipModule     text/css     text/javascript     text/xml     text/plain     text/x-componen