On Fri, 2010-01-22 at 02:45 +0200, Marcus Clyne wrote:
> >
> but using
>
> location ^~ /users/ {
> root /web;
> }
>
> is more efficient than using
>
> location /users {
> root /web;
> }
That's not true. The regex is less efficient.
Regards,
Cliff