When you say "request compression" I guess you referring to entity compression (for example in Post Requests). Nginx ngx_http_gzip_module does NOT support request entity decompression - but you can do this in LUA.
An example on how to do this is here: http://www.pataliebre.net/howto-make-nginx-decompress-a-gzipped-request.html --Max On Sun, Aug 28, 2016 at 8:22 PM, serendipity30 <[email protected]> wrote: > Anyone has used this? Is gzip_static used for request compression? > > Thanks > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,269174,269260#msg-269260 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx -- Monday is an awful way to spend 1/7th of your life... _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
