<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Hi!</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">NGINX will check the Content-Encoding header, so if this header exists, gzip filter will be bypassed. </div> <br> <div id="bloop_sign_1499995441800900864" class="bloop_sign"></div> <br><p class="airmail_on">On 14 July 2017 at 02:39:07, foxgab (<a href="mailto:nginx-forum@forum.nginx.org">nginx-forum@forum.nginx.org</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>i configred nginx with gzip directives:
<br>http {  
<br>   gzip            on;
<br>    gzip_types      text/css application/javascript;
<br>    gzip_comp_level 9;
<br>    gzip_http_version 1.0;
<br>    gzip_proxied    any;
<br>}
<br>
<br>some upstream servers have already gzipped the response, i see the lengh of
<br>the respense is similar to that send from nginx to client, i'm very curious
<br>to know if nginx just bypassed that response, zipped again or
<br>unzipped&rezipped it.
<br>
<br>Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,275479,275479#msg-275479">https://forum.nginx.org/read.php?2,275479,275479#msg-275479</a>
<br>
<br>_______________________________________________
<br>nginx mailing list
<br><a href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<br><a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a>
<br></div></div></span></blockquote></body></html>