rewrite rule for php easter eggs

mike mike503 at gmail.com
Sun Apr 13 12:35:18 MSD 2008


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;
> }





More information about the nginx mailing list