location regex issue

Boyko Yordanov b.yordanov at exsisto.com
Fri Apr 15 13:12:44 MSD 2011


Hi list,

Facing a difficulty here,

I have the following location config:

location ~* (^/browse/$) {

And this seems to catch URls like /browse/?page=35 and similar.

In my understanding the $ (end of line) symbol should make this location work only for /browse/ and nothing more.. or am I wrong?

Thanks, Boyko


More information about the nginx mailing list