Skip to content

Draft: PoC: Serve zip files from disk

Adds support to serve files on disk from a zip archive. It registers the file;// protocol with the httprange http.Client's transport. The root directory used for http.NewFileTransport is the value for -pages-root config flag.

Depends on !411 (merged)

Related to #485 (closed)

Edited by Jaime Martinez

Merge request reports