Open macarthy opened 3 years ago
You need some logic in your server to take the request of paper1.zip
, query the details of the folder content from s3 and pass the reply to mod_zip
as described in https://github.com/evanmiller/mod_zip#Usage
Set up your nginx as proxy to pass the request to your logic and the reply is then taken by mod_zip
. To set the name of the zip file see https://github.com/evanmiller/mod_zip#Tips
HI,
I have a directories like :
Is it possible to have urls such as
papers/paper1.zip papers/paper2.zip
download the contents of the corresponding directory ? How would I config that ?
Thanks