On Wed, Nov 26, 2014 at 07:39:58AM -0500, goversation wrote:
Hi there,
> but now i have to access "/" location, too
> how to block excluding specific url in nginx?
Don't exclude. Include.
location = / {
# whatever should happen for the request "/"
}
f
--
Francis Daly francis at daoine.org