Re: gzip proxy query

2013-12-17 Thread Richard Kearsley
On 17/12/13 13:04, Maxim Dounin wrote: Hello! On Tue, Dec 17, 2013 at 12:58:43PM +, Richard Kearsley wrote: Hi If 'gzip off;' on front-end but a proxy_pass to backend gives a gzipped response, will the front-end decompress it before proxy to client? No. But if you want nginx to decompres

Re: gzip proxy query

2013-12-17 Thread Maxim Dounin
Hello! On Tue, Dec 17, 2013 at 12:58:43PM +, Richard Kearsley wrote: > Hi > If 'gzip off;' on front-end but a proxy_pass to backend gives a gzipped > response, will the front-end decompress it before proxy to client? No. But if you want nginx to decompress responses, there is gunzip module

gzip proxy query

2013-12-17 Thread Richard Kearsley
Hi If 'gzip off;' on front-end but a proxy_pass to backend gives a gzipped response, will the front-end decompress it before proxy to client? Cheers Richard ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx