about location

Marcos Neves marcos.neves at gmail.com
Thu Jul 3 16:04:51 MSD 2008


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?

-- 
Marcos Neves
+55 44 3263-8132
+55 44 9918-8488





More information about the nginx mailing list