how to proxy the website on iis6 with gzip ?

aqjh nginx-forum at nginx.us
Sun Sep 19 05:05:33 MSD 2010


find the iis configuration file MetaBase.xml, change
[code]
HcNoCompressionForHttp10="TRUE" 
[/code]
to
[code]
HcNoCompressionForHttp10="FALSE"
[/code]
Nginx Http Proxy is an HTTP/1.0 proxy.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,130889,131867#msg-131867




More information about the nginx mailing list