to go through pcre.
Exactly. PCRE engine adds overhead and is slower than just case
folding.
PLUS the Nginx location directive adds more overhead I’d like to avoid
because of its processing order. I know the exact text of what I want to
match, so = is the best choice. But I can’t control the case of what
clients
use.
But answers seem to indicate Nginx has no such feature.
I’m answering “Does nginx support Case insensitive exact location
match?”
It seems you are asking “Will or can nginx support Case insensitive
exact
location match?”
You can check links below for discussion about URI Case insensitive.
Quote from some answer: >>>
In reality it depends on the web server.
IIS is not case sensitive.
Apache is.<<<
For exact location match, nginx is case sensitive, and surely it can be
insensitive. Will be or not ?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.