hi<br>i am moving from lighttpd to nginx, and I had this rewrite in lighttd. how do i do this in nginx?<br><br>&nbsp;&nbsp; &quot;^/[^/]+\.xml$&quot; =&gt; &quot;/static$0&quot;,<br><br>i tried and dint work<br>&nbsp; rewrite &nbsp;&nbsp; ^/[^/]+\.xml$&nbsp; /static$1;
<br><br>how do i fix this?<br>thanks&nbsp; a lot!<br>