<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">What about:<br><pre><div><span>location</span> <span>~</span> <span>"^/[a-f0-9]</span><span>{</span><span>16}/(css|js)/(.+)"</span> <span>{</span></div>


<div>     <span>expires</span> <span>30d</span><span>;</span></div><div>  <span>return</span> <span>$scheme://$host/</span><span>$1/$2?</span> <span>break</span><span>;</span></div>
<div><span>}</span></div></pre>?<br><br>You could add the 301 code for permanent redirect, see <a href="http://nginx.org/r/return" target="_blank">http://nginx.org/r/return</a><br></div><div class="gmail_extra">
<div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div>
<br><br><div class="gmail_quote">On Wed, May 28, 2014 at 1:52 AM, Peter Mescalchin <span dir="ltr"><<a href="mailto:peter.mescalchin@gmail.com" target="_blank">peter.mescalchin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr">Hello Nginx developers,<div><br></div><div>   speaking to Maxim Konovalov over Twitter, suggested this would be the better place to get an answer to my suggestion.</div><div><br></div><div>Basically what I would like to see is the ability to use a rewrite directive without the need to capture the current URI, which in turn overwrites $1,$2,$x captures made within a location directive.</div>



<div><br></div><div>Best to explain via an example:</div><div><br></div><div><a href="https://gist.github.com/magnetikonline/11364574" target="_blank">https://gist.github.com/magnetikonline/11364574</a><br></div><div><br>


</div><div><br></div>
<div>As you can see, this works (and works well) but the need to use "set" to save copies of $1/$2 seems a little wasteful.</div><div><br></div><div>Digging through the documentation I can't seem to find a way of using rewrite without blowing away/not capturing the current URI.</div>



<div><br></div><div><br></div><div>Thoughts?</div><div><br></div><div>   Pete</div><div><br></div></div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br></blockquote></div><br></div></div>