mod_zip
mod_zip copied to clipboard
Streaming ZIP archiver for nginx 📦
Adding files from block storage with `-` as checksum causes the module to calculate the crc-32. Adding the same file from an upstream results in `000000` for the checksum, which...
Hi there, just hunted down a very annoying bug. One of our users started downloading and zipping large folders and the downloads were mysteriously failing with ``` % Total %...
While resolving symbolic links, they are converted into concrete files, oversizing the downloaded file. It would be great to maintain the symbolic links while downloading.
Hi! I would like to use your mod, but I could not find a (current) docker image for it. Would it be possible for you to provide an official docker...
NGINX_VERSION=1.18.0 MOD_ZIP_VERSION=1.2.0 First, i start downloading my zip file using : ```sh curl http://mod_zip_descriptor --output example.zip ``` All files have theirs CRC32. Response headers : ``` < HTTP/1.1 200 OK...
Hey @evanmiller! Hope you are doing well man. `mod_zip` is generally working great for us :) I have a question that may or may not be related to `mod_zip` specifically....
HI, I have a directories like : ``` -papers -- paper1 ---- paper1.pdf ---- image1.jpg ---- image2.jpg -- paper2 ---- paper2.pdf ---- image1.jpg ---- image2.jpg ``` Is it possible to...
I'm experiencing a similar issue to https://github.com/evanmiller/mod_zip/issues/55 When sending a request with more than 500 (don't know the exact limit but something around this) I see: ``` 2020/11/18 15:16:14 [alert]...
I'm trying to use `mod_zip` to send a folder full of logs, but I stumble upon a problem. If the file is bigger than the size specified on the list,...
We witness a strange behaviour of `mod_zip` when different HTTP methods are used. If I make a GET request to our application, it correctly generates the file list and sends...