Problems getting case insensitive match to work

Roxis roxis at list.ru
Thu Nov 6 15:20:29 MSK 2008


On Thursday 06 November 2008, Mario Gazzo wrote:
> Thanks a lot. This worked.
>
> How is the ^ interpreted in NGINX? I did not find any examples/
> documentation that indicated this was necessary. I like to understand
> why I need it.

Read about basic regex.

^ is interpreted by PCRE
because you are using a regex location (location ~ or location ~*)





More information about the nginx mailing list