Zip#
The zip
module enables dynamic generation of ZIP archives. It supports
including files retrieved from proxied servers, along with several modern ZIP
format features:
large file support;
UTC timestamps;
UTF-8 encoded filenames.
These capabilities allow clients to resume large archive downloads using
To install the module, use one of the following packages: Angie: Angie PRO: To use the module, it must be loaded in the Full documentation and source code are available at:
kvspb/nginx-auth-ldapRange
and If-Range
headers, assuming the server has prior
knowledge of the files' CRC-32 checksums.Installation#
angie-module-zip
;angie-pro-module-zip
.Loading the Module#
main{}
context:load_module modules/ngx_http_zip_module.so;
Additional Information#