I know that you can use nginx HttpGzipModule to gzip responses. Can you als use it to enable nginx to handle gzip-compressed requests, i.e. ones with the request header: Content-Encoding: gzip
?
Note: Apache, with the help of mod_deflate
can handle gzip-compressed requests with the directive SetInputFilter DEFLATE
.