You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distribution (please complete the following information):
OS: [Debian and Ubuntu]
Architecture: [amd64]
Repository: [Ubuntu PPA and packages.sury.org]
Additional context
mod_zip assembles ZIP archives dynamically. It can stream component files from upstream servers with nginx's native proxying code, so that the process never takes up more than a few KB of RAM at a time, even while assembling archives that are (potentially) gigabytes in size.
mod_zip supports a number of "modern" ZIP features, including large files, UTC timestamps, and UTF-8 filenames. It allows clients to resume large downloads using the "Range" and "If-Range" headers, although these feature require the server to know the file checksums (CRC-32's) in advance.
The text was updated successfully, but these errors were encountered:
Frequently asked questions
Is your feature request related to a problem? Please describe.
There is no libnginx-mod-zip in the repository.
Describe the solution you'd like
Is it possible to add the nginx mod_zip module to the repository?
https://github.com/evanmiller/mod_zip
Examples of Dockerfiles to build
https://github.com/YogSottot/nginx_mod_zip_docker_builder
Distribution (please complete the following information):
Additional context
mod_zip assembles ZIP archives dynamically. It can stream component files from upstream servers with nginx's native proxying code, so that the process never takes up more than a few KB of RAM at a time, even while assembling archives that are (potentially) gigabytes in size.
mod_zip supports a number of "modern" ZIP features, including large files, UTC timestamps, and UTF-8 filenames. It allows clients to resume large downloads using the "Range" and "If-Range" headers, although these feature require the server to know the file checksums (CRC-32's) in advance.
The text was updated successfully, but these errors were encountered: