Any plugin to serve files right from zip package?

Hi,
I’m wondering whether there is any Nginx plugin which can serve
files right from zip package. For instance, if / is maped to /var/www/
and we have a /var/www/foo.zip, which include foo1.html, foo2.html,
etc, then I want a http request like /foo/foo1.html can be served
with the foo1.html in the zip.

Regards.

Weikai Xie