Skip to content

Instantly share code, notes, and snippets.

@iammehrabalam
Created October 5, 2016 07:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iammehrabalam/19452f57c611895e5e5b175cffe3dee0 to your computer and use it in GitHub Desktop.
Save iammehrabalam/19452f57c611895e5e5b175cffe3dee0 to your computer and use it in GitHub Desktop.
## FOR UBUNTU
Dependencies install
1. apt-get install nginx-extras
2. apt-get install lua-zlib
lua file decompress request body
--------------------------------
see https://gist.github.com/iammehrabalam/30f5402bbcdad139c9eafd3a6f47ce6c
and download this /etc/nginx directory
Nginx config sample
-------------------
see https://gist.github.com/iammehrabalam/ed697ec7e2471665dd015c6bb7514486
@viswanathredd
Copy link

viswanathredd commented Dec 29, 2022

Hi Mehrab,
Could you please let me know the depencies on centos 7/RHEL 7 and how to install them for Nginx decompress gzipped request on centos 7/RHEL 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment