Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oxUnd/bffbea0375ee943ddb1cb8563414264b to your computer and use it in GitHub Desktop.
Save oxUnd/bffbea0375ee943ddb1cb8563414264b 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
@mzpqnxow
Copy link

mzpqnxow commented Oct 7, 2020

you may also need to add:

include modules-enabled/*; depending on what the nginx-extras post-installation does. I had to do this on Buster (I know, this post is 4 years old, but still helpful, thank you!)

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