<div dir="ltr"><div dir="ltr">Hi Francis,<div><br></div><div>many thanks for your response and guidelines. Indeed you were right that there was another location capturing the request.</div><div><br></div><div>Best regards,</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 3, 2018 at 2:36 PM Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Sep 03, 2018 at 08:13:11AM +0200, Ivan Bianchi wrote:<br>
<br>
Hi there,<br>
<br>
> > location /foo {<br>
> > rewrite /foo/(.*) /web/foo.do?a=$1 last;<br>
> > }<br>
<br>
This seems to work as expected for me, using nginx/<a href="http://1.14.0." rel="noreferrer" target="_blank">1.14.0.</a><br>
<br>
> KO:<br>
> <br>
> > <a href="https://www.test.com/foo/asdf-12" rel="noreferrer" target="_blank">https://www.test.com/foo/asdf-12</a><br>
<br>
Why do you think it does not work? What is the input/output/expected<br>
output?<br>
<br>
For example, if you add the new location<br>
<br>
   location = /web/foo.do {<br>
      return 200 "$uri$is_args$args\n";<br>
   }<br>
<br>
and repeat the tests, do you see any difference in output?<br>
<br>
> Why if I put a number after a hyphen the regex stops working?<br>
<br>
My guesses are:<br>
<br>
* you have another location{} that you have configured to match those<br>
requests, so your shown location{} is not involved<br>
<br>
or<br>
<br>
* your /web/foo.do location-handler handles those requests differently.<br>
<br>
Good luck with it,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><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" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Ivan Bianchi</div><div>Wikiloc</div></div></div></div></div></div></div></div></div></div>