nginx - serve content from inside a zip (jar) archive

1.9k views Asked by At

Is there any nginx module for serving static content from within an archive, Zip / Jar at least, without extracting it?

Pretty sure this wouldn't work for all archives, such as .tar, because of the lack of seeking, but it should be possible to implement with a .zip efficiently.

Thanks,

1

There are 1 answers

0
Abhishek Ghosh On BEST ANSWER

No, in very short. For ordinary zip compressed file, plain text output is possible, there is nginx unzip module.