Hello
Is there a way we can achieve the following when nginx is acting as a reverse 
proxy
        1. Client sends HTTP request with Accept-Encoding as gzip
        2. Nginx proxy forwards the request with the request header intact
        3. Origin server sends a compressed response
        4. At the nginx proxy, we *decompress* the response, apply 
transformations on the response body and then *again* compress it
In other words, is there a way to use the functionality of gzip and gunzip 
modules simultaneously for a processing a response and in a particular order
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to