Re: problem with echo_before when proxying a server which sends gzipped content

2014-04-29 Thread Yichun Zhang (agentzh)
Hello! On Thu, Apr 3, 2014 at 8:14 AM, Carsten Germer wrote: > yes, it works with suppressing gzip between nginx and source-server with > "proxy_set_header Accept-Encoding "deflate";" > Thanks a bunch! > I was aiming for a solution that preserves the gzip-compression between > source and cache,

Re: problem with echo_before when proxying a server which sends gzipped content

2014-04-03 Thread Carsten Germer
ative Director intolabs GmbH http://www.intolabs.net/ Am 02.04.2014 um 19:21 schrieb nginx-requ...@nginx.org: > > Date: Wed, 2 Apr 2014 17:46:59 +0400 > From: Maxim Dounin > To: nginx@nginx.org > Subject: Re: problem with echo_before when proxying a server which > sends

Re: problem with echo_before when proxying a server which sends gzipped content

2014-04-02 Thread Maxim Dounin
Hello! On Wed, Apr 02, 2014 at 02:48:33PM +0200, Carsten Germer wrote: > Hi everyone, > currently I'm, trying to configure NGINX as a proxy for JSON > from the iTunes API. > It's for a small game, iTunes is slow sometimes and the data for > the game is mostly the same for a good length of time,

problem with echo_before when proxying a server which sends gzipped content

2014-04-02 Thread Carsten Germer
Hi everyone, currently I'm, trying to configure NGINX as a proxy for JSON from the iTunes API. It's for a small game, iTunes is slow sometimes and the data for the game is mostly the same for a good length of time, anyway. The JSON from iTunes is to be padded with the original requests callback