On Wed, Nov 26, 2014 at 07:24:46PM -0500, goversation wrote:

Hi there,

> but I meant that location allow only "/" and  "/blah"
> I want to deny the others except "/"  

Use three locations.

 location = / { # allow }
 location /blah { # allow }
 location / { # deny }

        f
-- 
Francis Daly        [email protected]

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to