Case insensitive exact location match?

E.B. emailbuilder88 at yahoo.com
Tue May 19 03:07:25 UTC 2015


I know how to do case insensitive regex location matching. But it would be
very useful if I could do same with exact string matching, something like

location   =*  /test

So it would matching   "/test"  as well as  "/TEST"

Or some other way to convert case of the request string without
needing for regex engine?



More information about the nginx mailing list