About location

if a location match, the processing stops?
I try to solve my last problem with this:
location ~ / {
if ($http_user_agent ~* httperf) {
access_log off;
}
}

and almos works, but my php scripts stop working. So it seems that if
a location match, it didn´t try the others.
is that right? If so, what is the evaluation order, the definition
order?

On Thu, Jul 03, 2008 at 09:04:51AM -0300, Marcos N. wrote:

is that right? If so, what is the evaluation order, the definition order?
no. see http://wiki.codemongers.com/NginxHttpCoreModule#location