Case insensitive location

B.R. reallfqq-nginx at yahoo.fr
Tue Apr 8 13:31:20 UTC 2014


As the location
docs<http://nginx.org/en/docs/http/ngx_http_core_module.html#location>specifies,
the solution you provided should work.

Ensure that:
1°) You are working with the right binary
2°) Configuration syntax is correct (nginx -t) and reload was successful
(no message in that direction in the error logs), thus effectively
reloading the configuration
3°) Requests starting with C and returning errors are matching the regex
being used
4°) The precedence of location syntax does not make another location block
capturing the request (since requests are matched by one and only one
location block every time), thus having the requjest served incorrectly
(and returning 404 since content could not be found in the serving location
block)
---
*B. R.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140408/c624f95f/attachment.html>


More information about the nginx mailing list