location regex issue

Igor Sysoev igor at sysoev.ru
Fri Apr 15 14:02:38 MSD 2011


On Fri, Apr 15, 2011 at 12:39:39PM +0300, Boyko Yordanov wrote:
> Hi,
> 
> Its:
> 
>             if ($args = "") {
> 		stuff..
>             }

location = /browse/ {
    if ($args != "") {
        return 404;
    }
    ...
}


-- 
Igor Sysoev



More information about the nginx mailing list