<div dir="ltr">2<div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">​^4 = all 16 combinations. Hopefully the 'test' sting is only 4 characters long...<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">Case-insensitiveness is no-trivial check, and if needed PCRE are here for that through regex locations.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">What is wrong with them already?​</div><div class="gmail_extra"><div><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></div>
<br><div class="gmail_quote">On Wed, May 20, 2015 at 12:03 PM, itpp2012 <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">J.J J Wrote:<br>
-------------------------------------------------------<br>
> No, exact and inclusive match are case sensitive.<br>
><br>
> You can write it in two location :<br>
> location   =  /test<br>
> location   =  /TEST<br>
><br>
> Personally, I think it's a bad practice to differentiate requests by<br>
> the<br>
> case(ness) of URI.<br>
<br>
Hmm so you also need to add<br>
<br>
location   =  /Test<br>
location   =  /TEst<br>
location   =  /TESt<br>
........<br>
<br>
It should be a server/location block config item.<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,258977,259000#msg-259000" target="_blank">http://forum.nginx.org/read.php?2,258977,259000#msg-259000</a><br>
<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>