Oops :) <- nginx newbie. Good to know! On 4/13/08, Roxis <roxis at list.ru> wrote: > nginx rewrite uses only URL-path, not URL-path+query_string > > to match against query_string use if directive > > if ($query_string ~ "blabla") { > return 403; > }