<div dir="ltr">This is awesome stuff and now we will have at least 1/24 of 2014 Perl Dancer Advent Calendar by Gabor ;-)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 10, 2014 at 5:57 AM, Russell Jenkins <span dir="ltr"><<a href="mailto:russell.jenkins@strategicdata.com.au" target="_blank">russell.jenkins@strategicdata.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 10/03/2014 3:56 pm, Gabor Szabo wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am not sure how to do this when the files are served directly by nginx.<br>
<br>
Is there a solution? Any recommendations?<br>
</blockquote></div>
Hey Garbor,<br>
<br>
Have a look at nginx's support for the X-Accel-Redirect header.<br>
<br>
Your Dancer app returns a response with this header set which nginx then (internally) redirects to the local file rather than than stuffing the file content into Dancer's response.<br>
<br>
A quick Google search shows up a Catalyst advent calendar entry that should give an overview of how this works; <a href="http://www.catalystframework.org/calendar/2009/16" target="_blank">http://www.catalystframework.<u></u>org/calendar/2009/16</a><br>

<br>
Hope that helps,<br>
   Russell.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/<u></u>mailman/listinfo/dancer-users</a><br>
</div></div></blockquote></div><br></div>