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?
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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?
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx