<div dir="ltr"><div>I'm answering "Does nginx support Case insensitive exact location match?"</div><div>It seems you are asking "Will or can  nginx support Case insensitive exact location match?"</div><div><br></div><div>You can check links below for discussion about URI Case insensitive.</div><div><br></div><div><div>Quote from some answer: >>></div><div>In reality it depends on the web server.</div><div>IIS is not case sensitive.</div><div>Apache is.<<<</div></div><div><br></div><div>For exact location match, nginx is case sensitive, and surely it can be insensitive. Will be or not ?</div><div><br></div><div><a href="https://stackoverflow.com/questions/15641694/are-uris-case-insensitive">https://stackoverflow.com/questions/15641694/are-uris-case-insensitive</a><br></div><div><br></div><div><a href="https://stackoverflow.com/questions/7996919/should-url-be-case-sensitive">https://stackoverflow.com/questions/7996919/should-url-be-case-sensitive</a><br></div><div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 20, 2015 at 6: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-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;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">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></div>