<div dir="ltr">Nginx readers,<div><br></div><div>i have a webdav like server that serv files, and access it through nginx,</div><div>it is actually a subversion repo, so the files (and directory) are listed in an </div><div>ugly html page, not recursively.</div><div><br></div><div>/directory/files1<br>/directory/files2<br>[..]</div><div><br></div><div>I am fishing for ideas to do something like </div><div><br></div><div>location /directroy.tar.gz {</div><div>  return tar_ball /directory/*;</div><div>}<br><br>which would do tar czvf - /directory/* </div><div><br></div><div>Of course this assume i wold somehow get the file list first ...</div><div><br></div><div>Please share clever ideas</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>---------------------------------------------------------------------------------------------------------------------<br>() ascii ribbon campaign - against html e-mail <br>/\ </div></div>
</div></div>