How to proxy the website on iis6 with gzip?

i have tried many configs, it says error 330,
thank you !

Posted at Nginx Forum:

On Thu, Sep 16, 2010 at 4:54 AM, aaron [email protected] wrote:

i have tried many configs, it says error 330,
thank you !

Well, I have nginx proxying to many different IIS6 servers, and it
works just fine.

I’m afraid you’ll need to provide more information, such as your nginx
version, configuration file, operating system version, etc.


RPM

find the iis configuration file MetaBase.xml, change

HcNoCompressionForHttp10="TRUE"

to

HcNoCompressionForHttp10="FALSE"

Nginx Http Proxy is an HTTP/1.0 proxy.

Posted at Nginx Forum: