<div dir="ltr"><div>No, exact and inclusive match are case sensitive.</div><div><br></div>You can write it in two location :<div><span style="font-size:12.8000001907349px">location = /test</span><br></div><div><span style="font-size:12.8000001907349px">location = /</span><span style="font-size:12.8000001907349px">TEST</span><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Personally, I think it's a bad practice to differentiate requests by the case(ness) of URI.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 19, 2015 at 11:07 AM, E.B. <span dir="ltr"><<a href="mailto:emailbuilder88@yahoo.com" target="_blank">emailbuilder88@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know how to do case insensitive regex location matching. But it would be<br>
very useful if I could do same with exact string matching, something like<br>
<br>
location =* /test<br>
<br>
So it would matching "/test" as well as "/TEST"<br>
<br>
Or some other way to convert case of the request string without<br>
needing for regex engine?<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>