about location
Almir Karic
almir at kiberpipa.org
Thu Jul 3 17:35:27 MSD 2008
On Thu, Jul 03, 2008 at 09:04:51AM -0300, Marcos Neves wrote:
> 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?
no. see http://wiki.codemongers.com/NginxHttpCoreModule#location
More information about the nginx
mailing list